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
- Host: GitHub
- URL: https://github.com/javatmp/bootstrap-alert-wrapper
- Owner: JavaTMP
- License: mit
- Created: 2018-02-27T07:34:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T22:26:51.000Z (about 7 years ago)
- Last Synced: 2025-01-06T03:31:08.274Z (5 months ago)
- Language: JavaScript
- Homepage: http://java.javatmp.com/#/pages/static/plugins/alert-notification/dynamic-bootstrap-alerts
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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).