@odopod/odo-dropdown
v2.1.1
Published
Custom dropdown component that defaults to native select elements on touch devices.
Downloads
32
Readme
Odo Dropdown
Custom dropdown component that defaults to native select elements on touch devices.
Install
npm install @odopod/odo-dropdown --save
Quick Start
import OdoDropdown from '@odopod/odo-dropdown';
const dropdown = new OdoDropdown(document.getElementById('my-dropdown'));
Documentation
Visit the Odo component directory for demos, code examples, and documentation.