yesod-alerts-0.1.3.0: Alert messages for the Yesod framework
Yesod.Alert.Foundation5
Description
Render Alerts using Foundation v5.x
Alert
Dependencies (These should be accessible in your app):
renderAlertsFoundation5 :: AlertType -> [Alert] -> Markup Source #
data AlertType #
Foundation 5.x alert type
Constructors
Slightly rounded corners
Fully rounded corners
Defined in Web.Alert.Renderer.Foundation5
Methods
(==) :: AlertType -> AlertType -> Bool #
(/=) :: AlertType -> AlertType -> Bool #
readsPrec :: Int -> ReadS AlertType #
readList :: ReadS [AlertType] #
readPrec :: ReadPrec AlertType #
readListPrec :: ReadPrec [AlertType] #
showsPrec :: Int -> AlertType -> ShowS #
show :: AlertType -> String #
showList :: [AlertType] -> ShowS #