Skip to content

bojicas/bootstrap-alerts

Repository files navigation

Bootstrap Alerts

Displays application bubble alerts (Growl style). Depends on twbs:bootstrap package.

Install

meteor add bojicas:bootstrap-alerts

Usage

  1. Add {{> BootstrapAlerts}} to your template / layout.
  2. Call alerts with Alerts.set('content', 'type'), where type can take following values:
  • success
  • info
  • warning
  • danger

Note that you can call Alerts.set('content'); (without a second parameter) in order to get an alert of danger type.

License

MIT

About

Package for Meteor JS - sets app alerts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published