react-uikit-multiselect

1.0.13 • Public • Published

React-UIKit-MultiSelect

A MultiSelect component built for React with UIKit3

## Installing

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

Package Sidebar

Install

npm i react-uikit-multiselect

Weekly Downloads

17

Version

1.0.13

License

MIT

Unpacked Size

984 kB

Total Files

27

Last publish

Collaborators

  • josh.lavely