Socket
Socket
Sign inDemoInstall

react-auto-completer

Package Overview
Dependencies
295
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-auto-completer

> yet another autocomplete plugin


Version published
Maintainers
2
Install size
20.2 MB
Created

Readme

Source

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

FAQs

Last updated on 10 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc