npm i react-multi-select-component#npmyarn add react-multi-select-component#yarn 📦Example importReact,{useState}from"react";import{MultiSelect}from"react-multi-select-component";constoptions=[{label:"Grapes 🍇",value:"grapes"},{label:"Mango 🥭",value:"mango"},{label:"Strawberry 🍓",va...
React Multi Select Component Storybook Demo Installation: npm install --save @khanacademy/react-multi-select Usage: See the examples in ``/src/stories/index.js` for how to use the componentAbout A multiple select component for React Resources Readme License MIT license Activity Stars 0 st...
npm i react-filter-select -S Demo Demo link Look example Usage import React from 'react' import ReactDOM from 'react-dom' import MultiSelect from 'react-filter-select' class App extends React.Component { constructor(props){ super(props); } handleChange(checked){ console.log(checked) } rende...
You can install this package with the following command: npm i react-native-sectioned-multi-select or yarn add react-native-sectioned-multi-selectIconsThe library uses icon names from react-native-vector-icons/MaterialIcons, however, it no longer imports the react-native-vector-icons library. ...
npm install react-complex-tree yarn add react-complex-tree then import it and add your tree structure with import{UncontrolledTreeEnvironment,Tree,StaticTreeDataProvider}from'react-complex-tree';<UncontrolledTreeEnvironmentdataProvider={newStaticTreeDataProvider(longTree.items,(item,data)=>({...item,data...