@odopod/odo-draggable
v1.2.2
Published
A class for versatile, performant draggability.
Downloads
58
Readme
Odo Draggable
A class for versatile, performant draggability.
Install
npm install @odopod/odo-draggable --save
Quick Start
import OdoAffix from '@odopod/odo-draggable';
const draggable = new OdoAffix(document.querySelector('.js-my-sidebar'));
Documentation
Visit the Odo component directory for demos, code examples, and documentation.