1.0.13 • Published 5 years ago

react-uikit-multiselect v1.0.13

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

React-UIKit-MultiSelect

A MultiSelect component built for React with UIKit3

Install the package with npm or Yarn

npm i react-uikit-multiselect --save
or
yarn add react-uikit-multiselect

Next, Import the Module and supply props

import MultiSelect from "react-uikit-multiselect";
...

<MultiSelect OptionsList={this.state.identifiers} onOptionChecked={this.onOptionChecked} />

Built With

Contributing

  • Coming Soon

Authors

  • Josh Lavely - Initial work *

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago