0.0.33 • Published 7 years ago

react-auto-completer v0.0.33

Weekly downloads
25
License
-
Repository
-
Last release
7 years ago

react-auto-completer

yet another autocomplete plugin

Installing

# using yarn
yarn add react-auto-completer
# using npm
npm install --save react-auto-completer
# in App.js for example
// ...
import Autocomplete 'react-auto-completer'

Usage

<Autocomplete
  placeholder=<placeholder>
  list=<list>
/>

Documentation

PropTypeDescriptionDefault value
placeholderStringinput PlaceholderPlaceholder
listArraystatic results listEmpty array []

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

# run unit tests
npm run test
0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago