react-multiselect-picker
v1.0.3
Published
React Multi-Select Picker
Downloads
5
Readme
react-multiselect-picker
React Multi-Select Picker Component
Demo
Live Preview: https://multiselect-picker.netlify.app
Codesandbox: https://codesandbox.io/s/react-multiselect-picker-m5p0p
Install
npm install --save react-multiselect-picker
Usage
Codesandbox: https://codesandbox.io/s/react-multiselect-picker-component-zdbu7
import React from 'react'
import MultiSelectPicker from 'react-multiselect-picker'
import 'react-multiselect-picker/dist/styles.css'
const items=[
'Budget',
'Food allergies',
'Number of people',
'Special restrictions'
];
const App = () => {
return <MultiSelectPicker options={items}/>
}
export default App
Component Usage
<MultiSelectPicker options={[ 'option 1', 'option 2', 'option 3', 'option 4' ]}/>
License
MIT © MuathJ