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

view : List (Attribute msg a) -> { items : List a, toLabel : a -> List (Html msg), onClick : a -> msg } -> Html msg

States

disabled : (a -> Basics.Bool) -> Attribute msg a

highlighted : (a -> Basics.Bool) -> Attribute msg a

Styles

outlined : Attribute msg a

rounded : Attribute msg a

small : Attribute msg a

full : Attribute msg a

Html

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

Attributes applied to the wrapper element.

noAttr : Attribute msg a


type Attribute msg a