A component which positions and opens hotspots.
npm install @odopod/odo-hotspots --save
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.