1.2.2 • Published 6 years ago

@odopod/odo-draggable v1.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.