achutkiran / material-components-elm / Mwc.Tabs

Material Tabs. It is elm wrapper for Polymer Web components paper tabs Used Elm-css for Styling

extraAttributes : List (Html.Styled.Attribute msg) -> Property msg

Additional properties like css

onClick : (Basics.Int -> msg) -> Property msg

OnClick Event

scrollable : Property msg

Make tabs Scrollable

selected : Basics.Int -> Property msg

Initialies selects given tab

tabText : List (Html.Styled.Html msg) -> Property msg

List of tab texts

view : List (Property msg) -> Html.Styled.Html msg

Renders Tabs