https://github.com/azayzel/react-uikit-typeahead
A React + UIKit3 TypeAhead Component
https://github.com/azayzel/react-uikit-typeahead
react react-jsx react-uikit reactjs-ui uikit3
Last synced: about 2 months ago
JSON representation
A React + UIKit3 TypeAhead Component
- Host: GitHub
- URL: https://github.com/azayzel/react-uikit-typeahead
- Owner: Azayzel
- License: mit
- Created: 2019-10-17T16:55:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T21:51:37.000Z (over 5 years ago)
- Last Synced: 2025-03-18T07:36:33.077Z (2 months ago)
- Topics: react, react-jsx, react-uikit, reactjs-ui, uikit3
- Language: JavaScript
- Homepage: https://azayzel.github.io/react-uikit-typeahead-demo/
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React-UIKit-TypeAhead
A Typeahead component built for React with [UIKit3](https://https://getuikit.com/)
* [DEMO App](https://azayzel.github.io/react-uikit-typeahead-demo/)
![]()
## Installing
Install the package with npm or Yarn
```React
npm i react-uikit-typeahead --save
or
yarn add react-uikit-typeahead```
Next, Import the Module and supply props
```React
import MultiSelect from "react-uikit-typeahead";
...
```## 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