This repository has an Autocomplete component with the following features.
- Debounce: Configurable debounce method to avoid requests when fast typing.
- Highlight: It highlights your search inside the result
- Plug & play: Easy to use with any API
- No third party dependencies
- Clone this repository
- Run
npm install
oryarn install
- Development mode: Run
npm run dev
oryarn dev
- Unit tests: Run
npm test
oryarn test
- Production build: Run
npm run build
oryarn build
Open the CLI logged url to view it in the browser.