About

Metadata

  • Last updated , by DanielCampoverde
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: alx@sillybytes.net

  • Lottery factor: 1

Links

Installation

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]