8000 GitHub - guidobouman/panelsnap at master
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A JavaScript plugin that provides snapping functionality to a set of panels within your interface.

License

Notifications You must be signed in to change notification settings

guidobouman/panelsnap

 
 

Repository files navigation

PanelSnap

Build Status npm

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.

Credits

  • jellea for early feedback and brainpickings.
  • aalexandrov for small improvements & bugfixes.
  • akreitals for fixing keyboard navigation when disabled.
  • brumm far a panel count bug.
  • dpaquette for the offset option.
  • wudi96 for button navigation.

About

A JavaScript plugin that provides snapping functionality to a set of panels within your interface.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 16

0