achutkiran / material-components-elm / Mwc.Fab

Material FAB. It is elm wrapper for Polymer Web components Paper Floating action button Used Elm-css for Styling

disabled : Basics.Bool -> Property msg

Disables FAB

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

Additional properties like css

icon : String -> Property msg

Icon name

mini : Property msg

Reduces size of FAB

onClick : msg -> Property msg

onClick Event

tooltip : String -> Property msg

Tooltip

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

Renders FAB

src : String -> Property msg

Svg icon src