react-suggest

Pure react-based autosuggest with ajax suggestion list population


Keywords
react, autosuggest, react-suggest, react-component
License
MIT
Install
npm install react-suggest@0.0.1

Documentation

React Autosuggest

A React autosuggest with ajax suggestion list population. You can also define your own suggests as defaults.

Demo

Live demo

Development

To build the examples locally, run:

npm install
gulp serve

Then open localhost:8000 in a browser.

Deployment

To release & deploy, run the following

gulp release:patch|minor|major