Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moroshko/react-autowhatever
Accessible rendering layer for Autosuggest and Autocomplete components
https://github.com/moroshko/react-autowhatever
accessible autocomplete autosuggest react typeahead
Last synced: 4 days ago
JSON representation
Accessible rendering layer for Autosuggest and Autocomplete components
- Host: GitHub
- URL: https://github.com/moroshko/react-autowhatever
- Owner: moroshko
- License: mit
- Created: 2015-08-13T09:48:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T22:48:56.000Z (over 2 years ago)
- Last Synced: 2024-12-23T02:06:13.547Z (11 days ago)
- Topics: accessible, autocomplete, autosuggest, react, typeahead
- Language: JavaScript
- Homepage: http://react-autowhatever.js.org
- Size: 938 KB
- Stars: 164
- Watchers: 6
- Forks: 70
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://img.shields.io/codeship/6c79f8c0-2565-0133-4af8-72f090cba113/master.svg?style=flat-square)](https://codeship.com/projects/96953)
[![npm Downloads](https://img.shields.io/npm/dm/react-autowhatever.svg?style=flat-square)](https://npmjs.org/package/react-autowhatever)
[![npm Version](https://img.shields.io/npm/v/react-autowhatever.svg?style=flat-square)](https://npmjs.org/package/react-autowhatever)# React Autowhatever
Accessible rendering layer for Autosuggest and Autocomplete components.
## Demo
Check out the [Homepage](http://react-autowhatever.js.org) and the [Codepen examples](http://codepen.io/collection/nmZqgW).
## Installation
```shell
yarn add react-autowhatever
```or
```shell
npm install react-autowhatever --save
```## Related
* [react-autosuggest](https://github.com/moroshko/react-autosuggest) - WAI-ARIA compliant React autosuggest component
## License
[MIT](http://moroshko.mit-license.org)