uncover-co / elm-widgets / W.Message

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

Content

icon : List (Html msg) -> Attribute msg

footer : List (Html msg) -> Attribute msg

Styles

primary : Attribute msg

secondary : Attribute msg

success : Attribute msg

warning : Attribute msg

danger : Attribute msg

color : String -> Attribute msg

Actions

href : String -> Attribute msg

onClick : msg -> Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg