1.3.0 • Published 5 years ago

panelsnap v1.3.0

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

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.
1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago