react-responsive-combo-box
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

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

Package Sidebar

Install

npm i react-responsive-combo-box

Weekly Downloads

331

Version

1.3.0

License

MIT

Unpacked Size

102 kB

Total Files

13

Last publish

Collaborators

  • cb-dev