UNPKG

@plan-three/material-ui-autosuggest

Version:
25 lines (16 loc) 1.08 kB
[![npm package](https://img.shields.io/npm/v/@plan-three/material-ui-autosuggest.svg)](https://www.npmjs.org/package/@plan-three/material-ui-autosuggest) [![Build Status](https://travis-ci.org/plan-three/material-ui-autosuggest.svg?branch=master)](https://travis-ci.org/plan-three/material-ui-autosuggest) # Material-UI Autosuggest A fuzzy-search autosuggest component for [Material-UI](https://material-ui-next.com). ### Installing `$ npm install --save @plan-three/material-ui-autosuggest@latest` ### Example See the [example](https://plan-three.github.io/material-ui-autosuggest). ### Documentation Check out [Autosuggest.md](docs/Autosuggest.md). ### Features * Fully customizable search: you can set up the fuzzy-search how you like. It uses [Fuse.js](http://fusejs.io/) 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](CONTRIBUTING.md) Material-UI Autosuggest is distributed under the [MIT License](LICENSE)