@odopod/odo-pointer
v1.2.1
Published
An abstraction for pointer, mouse, and touch events.
Downloads
40
Readme
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'));
Documentation
Visit the Odo component directory for demos, code examples, and documentation.