Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azayzel/react-uikit-multiselect
A React + UIKit3 MultiSelect Component
https://github.com/azayzel/react-uikit-multiselect
react react-multiselect react-ui reactjs reactmultiselect uikit3
Last synced: about 1 month ago
JSON representation
A React + UIKit3 MultiSelect Component
- Host: GitHub
- URL: https://github.com/azayzel/react-uikit-multiselect
- Owner: Azayzel
- License: mit
- Created: 2019-10-18T12:20:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T16:34:54.000Z (about 2 years ago)
- Last Synced: 2024-11-07T20:10:07.314Z (2 months ago)
- Topics: react, react-multiselect, react-ui, reactjs, reactmultiselect, uikit3
- Language: JavaScript
- Homepage: http://azayzel.github.io/react-uikit-multiselect/
- Size: 845 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React-UIKit-MultiSelect
A MultiSelect component built for React with [UIKit3](https://https://getuikit.com/)
* [DEMO App](http://azayzel.github.io/react-uikit-multiselect/)
## InstallingInstall the package with npm or Yarn
```React
npm i react-uikit-multiselect --save
or
yarn add react-uikit-multiselect```
Next, Import the Module and supply props
```React
import MultiSelect from "react-uikit-multiselect";
...```
## Built With
* [UIKit3](http://www.dropwizard.io/1.0.2/docs/) - CSS Library
* [React](https://maven.apache.org/) - Front-end Library## Contributing
* Coming Soon
## Authors
* **Josh Lavely** - *Initial work* *
See also the list of [contributors](https://github.com/Azayzel/react-uikit-multiselect) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details