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

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

viewButton : List (Attribute msg) -> { onClick : msg, label : List (Html msg) } -> Html msg

viewLink : List (Attribute msg) -> { href : String, label : List (Html msg) } -> Html msg

Styles

small : Basics.Bool -> Attribute msg

primary : Attribute msg

secondary : Attribute msg

success : Attribute msg

warning : Attribute msg

danger : Attribute msg

color : String -> Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg