Skip to content

Latest commit

 

History

History

odo-draggable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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'));

Visit the Odo component directory for demos, code examples, and documentation.