uncover-co / elm-widgets-alpha / W.Heading

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

Colors

primary : Attribute msg

secondary : Attribute msg

neutral : Attribute msg

color : String -> Attribute msg

Sizes

extraSmall : Attribute msg

small : Attribute msg

large : Attribute msg

extraLarge : Attribute msg

Semantic

h2 : Attribute msg

h3 : Attribute msg

h4 : Attribute msg

h5 : Attribute msg

h6 : 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