# blacktbox-select

Create select with [React](https://facebook.github.io/react).

# Installation

Using with [NPM](https://www.npmjs.com/):

    $ npm install --save blacktbox-select

    // using ES6 modules
    import Menu from 'blacktbox-select';

    // using CommonJS modules
    var Menu = require('blacktbox-select');

# Issue

Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices. 

Please file [issue](https://github.com/BlackToolBoxLaboratory/blacktbox-select/issues), if you have any issue or idea.

# Homepage

You can see the document website [on-line](https://blacktoolboxlaboratory.github.io/).
