view : List (Attribute msg a) -> { items : List a, toLabel : a -> List (Html msg), onClick : a -> msg } -> Html msg
disabled : (a -> Basics.Bool) -> Attribute msg a
highlighted : (a -> Basics.Bool) -> Attribute msg a
outlined : Attribute msg a
rounded : Attribute msg a
small : Attribute msg a
full : Attribute msg a
htmlAttrs : List (Html.Attribute msg) -> Attribute msg a
Attributes applied to the wrapper element.
noAttr : Attribute msg a