Material-UI Autosuggest
A fuzzy-search autosuggest component for Material-UI.
Installing
$ npm install --save @plan-three/material-ui-autosuggest@latest
Example
See the example.
Documentation
Check out Autosuggest.md.
Features
- Fully customizable search: you can set up the fuzzy-search how you like. It uses Fuse.js under the hood and you can easily pass a config object.
- Custom rendering: you can pass props for rendering of suggestions, or use the pre-configured components.
Contributing
See the contributing guide
Material-UI Autosuggest is distributed under the MIT License