uncover-co / elm-widgets / W.Text

view : List (Attribute msg) -> List (Html msg) -> Html msg

Font Weight

light : Attribute msg

semibold : Attribute msg

bold : Attribute msg

Styles

inline : Attribute msg

extraSmall : Attribute msg

small : Attribute msg

large : Attribute msg

extraLarge : Attribute msg

italic : Attribute msg

strikethrough : Attribute msg

underline : Attribute msg

Colors

aux : Attribute msg

color : String -> Attribute msg

Alignment

alignLeft : Attribute msg

alignRight : Attribute msg

alignCenter : Attribute msg

Html

htmlAttrs : List (Html.Attribute msg) -> Attribute msg

noAttr : Attribute msg


type Attribute msg