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

Latest commit

 

History

History
27 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 658 Bytes

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",
    }}
/>