Open catherine24k opened 8 years ago
The demo page works fine. IT is posible that you forget puya the dom elemento un your documento body or some css .
Hi I would like to check , how can I close the sidemenu when user click on outside sidemenu ? So i can close sidemenu not only click on "close button" thanks in advance
@catherine24k, I create a new feature for sidemenu. Now is posible add option overlay
to options object passed to constructor of SideMenu
var sideMenu = new SideMenu([
new SMLabelItem("The First Item Added!")
], { overlay: true });
Look inside index.html code.
Hi , I have tries this plugin in chrome, but its seem doesn't work well. clicked on "open slide menu" nothing show up. May I know how to solve this? or this plugin not cater for chrome ?
thanks in advance.