A class for versatile, performant draggability.
npm install @odopod/odo-draggable --save
import OdoAffix from '@odopod/odo-draggable';
const draggable = new OdoAffix(document.querySelector('.js-my-sidebar'));
Visit the Odo component directory for demos, code examples, and documentation.