An open API service indexing awesome lists of open source software.

https://github.com/javatmp/bootstrap-alert-wrapper

Bootstrap alert wrapper factory for creating dynamic alert instances
https://github.com/javatmp/bootstrap-alert-wrapper

Last synced: 3 months ago
JSON representation

Bootstrap alert wrapper factory for creating dynamic alert instances

Awesome Lists containing this project

README

        

# Bootstrap Alert Wrapper
Bootstrap alert wrapper factory for creating dynamic alert instances.

## Installation Using NPM
```
npm install bootstrap-alert-wrapper
```

## Building from The source
Make sure node.js and git client are locally installed on your machine and then run the following commands:
```
cd bootstrap-alert-wrapper
npm install
gulp
```
## Copyright and License
bootstrap-alert-wrapper is copyrighted by [JavaTMP](http://www.javatmp.com) and licensed under [MIT license](https://github.com/JavaTMP/bootstrap-alert-wrapper/blob/master/LICENSE).