panelsnap
v1.3.0
Published
A JavaScript plugin that provides snapping functionality to a set of panels within your interface.
Downloads
254
Maintainers
Readme
PanelSnap
A JavaScript plugin that provides snapping functionality to a set of panels within your interface.
Installation
npm install panelsnap
import 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.