2.1.1 • Published 6 years ago

@odopod/odo-dropdown v2.1.1

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

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.