EngageSoftware / elm-engage-common / Engage.UI.Button

UI.Button

custom : { namespace : Engage.Namespace.Namespace, class : String, attributes : List (Html.Attribute msg), contents : List (Html msg) } -> Html msg

Get a custom Button

divert : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a divert Button

divertSmall : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a divert small Button

negative : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a negative Button

negativeSmall : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a negative small Button

primary : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a primary Button

primarySmall : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a primary small Button

standard : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a standard Button

standardSmall : { namespace : Engage.Namespace.Namespace, attributes : List (Html.Attribute msg), text : String } -> Html msg

Get a standard small Button