react-multiselect-picker

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-multiselect-picker

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

153 kB

Total Files

12

Last publish

Collaborators

  • muath.j