alerts: Alert messages for web applications

[ bsd3, library, web ] [ Propose Tags ]

Alert messages for web applications:

  • Bootstrap 3

  • Bootstrap 4

  • Foundation 5


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0
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 2017-08-29T21:24:38Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 2065 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-29 [all 1 reports]

Readme for alerts-0.1.0.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]