reojs
v1.0.0-hotfix2
Published
**reojs** is a Javascript library for non-blocking notifications and without jQuery. The goal is to create a simple core library that can be customized and extended.
Downloads
13
Readme
reojs
reojs is a Javascript library for non-blocking notifications and without jQuery. The goal is to create a simple core library that can be customized and extended.
Demo
- Demo can be found at https://reojs.hau.xyz
Install
npm
npm install --save reojs
yarn
yarn add reojs
Wiki and Change Log
Breaking Changes
Animation Changes
The following animations options have been deprecated and should be replaced:
Quick Start
3 Easy Steps
For other API calls, see the demo.
Link to reojs.css
<link href="reojs.css" rel="stylesheet"/>
Link to reojs.js
<script src="reojs.js"></script>
use reojs to display a toast for info, success, warning or error
// Display an info toast with no title reojs.info('Are you the 6 fingered man?')
Other Options
Building reojs
To build the minified and css versions of reojs you will need node installed. (Use Homebrew or Chocolatey.)
npm install -g gulp karma-cli
npm install
At this point the dependencies have been installed and you can build reojs
- Run the analytics
gulp analyze
- Run the test
gulp test
- Run the build
gulp
Contributing
For a pull request to be considered it must resolve a bug, or add a feature which is beneficial to a large audience.
Pull requests must pass existing unit tests, CI processes, and add additional tests to indicate successful operation of a new feature, or the resolution of an identified bug.
Requests must be made against the develop
branch. Pull requests submitted against the master
branch will not be considered.
All pull requests are subject to approval by the repository owners, who have sole discretion over acceptance or denial.
License
reojs is under MIT license