achutkiran / material-components-elm / Mwc.IconButton

Material IconButtom. It is elm wrapper for Polymer Web components paper icon button Used Elm-css for Styling

disable : Basics.Bool -> Property msg

makes icon button disabled

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

Additional properties like css

icon : String -> Property msg

Icon Name

onClick : msg -> Property msg

onClick Event

tooltip : String -> Property msg

Tooltip

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

Renders Icon button

src : String -> Property msg

Svg icon src