BMAlert
Javascript's alert is boring, so this is our shot at branding it.
Online Demo
Usage
To install:
npm install
To use:
<script src="node_modules/bmalert/dist/bmalert.1.0.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="node_modules/bmalert/dist/bmalert.1.0.0.min.css">
Methods
Method | Description |
---|
Contributing
If you would like to contribute enhancements or fixes, please do the following:
-
Fork the plugin repository.
-
When in the BMAlert directory, run the command
npm install
to install npm packages. -
Start the npm watcher task
npm run watch
to automatically compile and minify the LESS and JS files on save. -
Code away on under the src files.
-
Make a pull request and wait for approval.
By Livement.com