Handy-Notification
Google+ style notification which comes from the bottom to notify.
Quick links
Screenshot
The above screenshot is from React-Instagram-clone-2.0
Usage
-
First install the package with
npm
orYarn
.# with npmnpm install handy-notification# or with Yarnyarn add handy-notification -
Create a div with class
handy-notify
. -
And here comes the fun part.
Example
npm run example
Run the above command and open http://localhost:7007
API
Notify(options:Object)options = { beforeTop: String, afterTop: String, value: String, selector: jQueryElement, onClick: Function, done: Function}
- beforeTop:
- Initial top position which keeps the notification bar at the bottom to hide it. Default top style is 105%.
- afterTop
- Top position where it comes from the bottom & stops to notify you. Default top style is 90%.
- value
- This will be the message.
- selector
- Selector you just created.
- onClick
- Function executed when clicked on the notification bar.
- done
- Function executed when you're notified.
Contribute
Show your support by 🌟 the project!!
Feel free to contribute!!
Thanks for reading!!