React component to select items from a column list
react-column-select
React component to select items from a column list.
? Features
- Easily customize colors
 - Responsive Design
 - Styled with emotion
 - Built with Typescript
 
⚡ Installation
yarn add react-column-select
# or
npm install react-column-select
⚙️ Props
| name | type | isRequired | default | description | 
|---|---|---|---|---|
options | 
array | ✔ | N/A | available select options | 
theme | 
object | ✖ | {} | the color theme | 
disableDoubleClick | 
boolean | ✖ | false | disable double click to add/remove an option | 
disableKeyboard | 
boolean | ✖ | false | disable navigation the select options with keyboard |