BSD-3-Clause licensed by Daniel Campoverde
Maintained by [email protected]
This version can be pinned in stack with:alerts-0.1.0.0@sha256:4d310344095f7a930db08859043887ed4e6cfa813e905493c3d617ecc4def32f,1160

Module documentation for 0.1.0.0

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2017-10-28(full list with versions):

alerts

Generate Alerts for web applications

alert1 = Alert Success "Yay!"
alert2 = Alert Error "Oops!"

html1 = renderAlertsBootstrap3 [alert1, alert2]
html2 = renderAlertsBootstrap4 [alert1, alert2]
html3 = renderAlertsFoundation5 Round [alert1, alert2]