react-responsive-combo-box
v1.3.0
Published
Easy and Responsive Combo-box
Downloads
1,347
Maintainers
Readme
React Combo-box
A flexible and easy accessible combo-box for the React JS.
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