Skip to content

Codebrahma/React-combobox

Repository files navigation

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