view : List (Attribute msg) -> List (Html msg) -> Html msg
icon : List (Html msg) -> Attribute msg
footer : List (Html msg) -> Attribute msg
primary : Attribute msg
secondary : Attribute msg
success : Attribute msg
warning : Attribute msg
danger : Attribute msg
color : String -> Attribute msg
href : String -> Attribute msg
onClick : msg -> Attribute msg
onClose : msg -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
noAttr : Attribute msg