npm.io
1.3.0 • Published 4 years ago

react-responsive-combo-box

Licence
MIT
Version
1.3.0
Deps
0
Size
100 kB
Vulns
0
Weekly
0
Stars
10

React Combo-box

A flexible and easy accessible combo-box for the React JS.

NPM JavaScript Style Guide Netlify Status

Install

npm install --save react-responsive-combo-box

Usage

import React from 'react'
import ComboBox from 'react-responsive-combo-box'
import 'react-responsive-combo-box/dist/index.css'

const ComboBoxExample = () => {
  const data = [
    'America',
    'India',
    'Australia',
    'Argentina',
    'Ireland',
    'Indonesia',
    'Iceland',
    'Japan'
  ]
  return <ComboBox options={data} enableAutocomplete />
}

Guide And Documentation

Read the full Documentation here.

Demo

To view the demo of the Combo Box component in the code sandbox. Click here.

License

MIT ashwinKumar0505

Keywords