1.0.3 • Published 3 years ago

react-multiselect-picker v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-multiselect-picker

React Multi-Select Picker Component

NPM

React Multi-Select Picker Component Image

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

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago