Skip to content

BlackToolBoxLaboratory/blacktbox-select

Repository files navigation

[Deprecated] It will be refactored to react-searchelector as a new package.

blacktbox-select

Create select with React.

Installation

Using with NPM:

$ 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, if you have any issue or idea.

Homepage

You can see the document website on-line.