@odopod/odo-draggable

A class for versatile, performant draggability.

Usage no npm install needed!

<script type="module">
  import odopodOdoDraggable from 'https://cdn.skypack.dev/@odopod/odo-draggable';
</script>

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.