alerts: Alert messages for web applications

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Alert messages for web applications:


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.0
Change log None available
Dependencies base (>=4.7 && <5), blaze-html, text (>=0.11 && <2.0) [details]
License BSD-3-Clause
Copyright 2017 Daniel Campoverde
Author Daniel Campoverde
Maintainer alx@sillybytes.net
Category Web
Home page https://github.com/alx741/alerts#readme
Source repo head: git clone https://github.com/alx741/alerts
Uploaded by alx741 at 2019-06-28T17:04:18Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for alerts-0.1.2.0

[back to package description]

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]