Functions for bootstrap buttons
A set of options for rendering a btn
A set of sizes for rendering a btn
Modifiers for button attributes
btn : ButtonOption -> List ButtonSizeModifier -> List ButtonModifier -> List (Html.Attribute msg) -> List (Html msg) -> Html msg
Generates a button html element
btn BtnPrimary [ BtnBlock, BtnLarge ] [ BtnCollapse "#idOfElement, .orClass" ] [] [ text "Hello world!" ]