@odopod/odo-dropdown

Custom dropdown component that defaults to native select elements on touch devices.

Usage no npm install needed!

<script type="module">
  import odopodOdoDropdown from 'https://cdn.skypack.dev/@odopod/odo-dropdown';
</script>

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.