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
small : Basics.Bool -> Attribute msg
primary : Attribute msg
secondary : Attribute msg
success : Attribute msg
warning : Attribute msg
danger : Attribute msg
color : String -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
noAttr : Attribute msg