React-Dropdown-Input Example
============================

See this live at:

[http://racingtadpole.github.io/react-dropdown-input/example/](http://racingtadpole.github.io/react-dropdown-input/example/)

Or, clone this repo and build it from source with:

    cd example
    npm install
    npm run build
    python -m SimpleHTTPServer   # eg. serves at localhost:8000

