Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 493 Bytes

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'));

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