Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 526 Bytes

File metadata and controls

17 lines (10 loc) · 526 Bytes

React Multi Select Component

React Multi Select Component

Animated GIF demo

Storybook Demo

Updating code:

To make changes to this component modify files in the src directory. After done making changes, run the command below:

yarn prepublish

This will compile the code and update files in dist. Any changes made in dist manually will be overwritten.

Usage:

See the examples in ``/src/stories/index.js` for how to use the component