react-input-autosuggest
v1.0.0
Published
An atuo suggestion search box
Downloads
16
Readme
react-input-autosuggest
An atuo suggestion search box
Demo and playground available here
Install
npm install --save react-input-autosuggest
Usage
import React, { Component } from 'react'
import InputAutoSuggest from 'react-input-autosuggest'
import 'react-input-autosuggest/dist/index.css'
class Example extends Component {
render() {
return <InputAutoSuggest
size="20"
name="country"
value={this.state.country}
onChange={this.handleChange}
data={['aa','bb','cc']}/>
}
License
MIT © vinils