Popularity
1.6
Declining
Activity
0.0
Stable
0
3
0

Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

alerts alternatives and similar packages

Based on the "Web" category.
Alternatively, view alerts alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of alerts or a related project?

Add another 'Web' Package

README

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]
html3 = renderAlertsBulma       [alert1, alert2]