PanelSnap
A JavaScript plugin that provides snapping functionality to a set of panels within your interface.
Installation
npm install panelsnapimport PanelSnap from 'panelsnap'; const instance = new PanelSnap();<body> <section> ... </section> <section> ... </section> <section> ... </section> </body>Documentation
Check out the documentation at https://panelsnap.com or the docs folder for a working demo.