-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Blaze helper functions for bootstrap pages
--   
--   Simplify building blaze and bootstrap powered pages
@package blaze-bootstrap
@version 0.1.0.1

module Text.Blaze.Bootstrap
stylesheet :: AttributeValue -> Html
javascript :: AttributeValue -> Html
emptyEl :: Html
container :: Html -> Html
row :: Html -> Html
dataToggle :: AttributeValue -> Attribute
dataTarget :: AttributeValue -> Attribute
dataDismiss :: AttributeValue -> Attribute
ariaHidden :: Bool -> Attribute
role :: AttributeValue -> Attribute
data BootAlertType
BootAlertDanger :: BootAlertType
BootAlertWarn :: BootAlertType
BootAlertInfo :: BootAlertType
BootAlertSuccess :: BootAlertType
alertBox :: BootAlertType -> Html -> Html
mainNavigation :: AttributeValue -> Html -> [(AttributeValue, Html)] -> Html
formGroup :: Html -> Html
formSelect :: (Eq k, ToValue k, ToMarkup v) => Text -> AttributeValue -> [(k, v)] -> Maybe k -> Html
formSubmit :: Html -> Html
tableResponsive :: Html -> Html -> Html
