Metadata-Version: 2.1
Name: mobile_dropdown
Version: 1.2.9
Summary: Dash Mobile Dropdown Component
Author: s_matsumoto <s_matsumoto@thinkup-sol.co.jp>
License: MIT
Classifier: Framework :: Dash
Description-Content-Type: text/markdown
License-File: LICENSE

# Mobile Dropdown

Mobile Dropdown is a Dash component library.
Dropdown component for smartphones.

### Installation
***

    $ pip install mobile_dropdown


### Properties
***

- id (string)
- className (string)
- options (array)

    - label (string; require)
    - value (string | int; require)

- value (string | int)
- notfoundMsg (string; default: "No results found")

    Message when no choice exists.

- clearable (bool)

    Do you want to have Dropdown cleared?
