2.5.0 • Published 1 year ago

@propellerads/multi-select v2.5.0

Weekly downloads
117
License
MIT
Repository
github
Last release
1 year ago

MultiSelect

size npm.io

NPM | Github

Installation

  • yarn add @propellerads/multi-select or npm install @propellerads/multi-select -S

How to use

  • import MultiSelect from '@propellerads/multi-select';
  • And render
<MultiSelect
    onChange={() => {}}
    elementId="elementId"
    options={[{ value: 1, label: '1' }]}
/>
2.5.0

1 year ago

2.4.0

2 years ago

2.3.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.2.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago