1.2.1 • Published 6 years ago

@odopod/odo-pointer v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.