Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

A multiple select component for React

License

Notifications You must be signed in to change notification settings

paretogroup/react-multi-select

 
 

Repository files navigation

React Multi Select Component

React Multi Select Component

Animated GIF demo

Storybook Demo

Installation:

npm install --save @khanacademy/react-multi-select

Usage:

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

i18n:

You can override the strings to be whatever you want, including translations for your languages.

<StatefulMultiSelect
    overrideStrings={{
        selectSomeItems: "Select Some items...",
        allItemsAreSelected: "All Items are Selected",
        selectAll: "Select All",
        search: "Search",
    }}
/>

About

A multiple select component for React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Shell 4.4%