| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Blaze.Bootstrap
Documentation
stylesheet :: AttributeValue -> Html Source
javascript :: AttributeValue -> Html Source
ariaHidden :: Bool -> Attribute Source
role :: AttributeValue -> Attribute Source
data BootAlertType Source
Constructors
| BootAlertDanger | |
| BootAlertWarn | |
| BootAlertInfo | |
| BootAlertSuccess |
alertBox :: BootAlertType -> Html -> Html Source
mainNavigation :: AttributeValue -> Html -> [(AttributeValue, Html)] -> Html Source
formSelect :: (Eq k, ToValue k, ToMarkup v) => Text -> AttributeValue -> [(k, v)] -> Maybe k -> Html Source
formSubmit :: Html -> Html Source
tableResponsive :: Html -> Html -> Html Source