Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 457 Bytes

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.