@hackage alerts0.1.0.0

Alert messages for web applications

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]