Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Odo Pointer

An abstraction for pointer, mouse, and touch events.

Install

npm install @odopod/odo-pointer --save

Quick Start

import OdoPointer from '@odopod/odo-pointer';

const pointer = new OdoPointer(document.querySelector('.js-my-sidebar'));

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