Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 460 Bytes

Odo Hotspots

A component which positions and opens hotspots.

Install

npm install @odopod/odo-hotspots --save

Quick Start

import OdoHotspots from '@odopod/odo-hotspots';

const hotspots = new OdoHotspots(document.getElementById('basic-hotspots'));

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