Pushbar.js
Pushbar.js is a tiny javascript plugin for creating sliding drawers in web apps
It is fully customizable and dependency free.You can use it as sidebar menus or option drawers.
Installation
- Add the pushbar.css file to the head of your html.
- Add the pushbar.js file to the head of your html or right before the closing body tag.
- Add this code after the pushbar.js script tag to initialize the plugin.
Example html
Options
- blur : set it to true for blur effect on the main content (Default:false)
- overlay : set it to true for dark overlay effect on the main content (Default:true)
API
Open and close pushbar with api
Emitted events
'pushbar_opening': when a pushbar is opening, that pushbar element will emit this event.
'pushbar_closing': when a pushbar is closing, that pushbar element will emit this event.