bootstrip-alert

0.0.1 • Public • Published

bootstrip-alert

Twitter bootstrap alert without jQuery

All credit goes to the devs of bootstrap as this is heavily based on the alert plugin from it

Install

$ npm install --save bootstrip-alert

Tests

$ npm test

Example

var Alert = require('bootstrip-alert')
var $ = require('dom')
var ele = $('.alert')
var alert = new Alert(ele)
 
alert.on('close.bs.alert', function() {
  console.log('closing...')
})
 
alert.on('closed.bs.alert', function() {
  console.log('closed')
})
 

TODO

  • Allow for transition support
  • Implement using data api

License MIT

Licensed under the MIT License. For more info, see LICENSE

/bootstrip-alert/

    Package Sidebar

    Install

    npm i bootstrip-alert

    Weekly Downloads

    6

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • eh
    • evanlucas