jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

How to work with bootstrap 3 ? #269

Open cullsin opened 8 years ago

cullsin commented 8 years ago

Hi, Can you suggest me how do I integrate Snap.js with Bootstrap 3 layout ? Raja K

Snowbell92 commented 8 years ago

you make two divs, the first one is the drawer, and the second one is the content. put bootstrap markup inside the content div, including bootstrap's container. I am following this layout and haven't had problem yet.