rw-combobox-react
v1.3.2
Published
Easy and Responsive Combo-box
Maintainers
Readme
React Combo-box
A flexible and easy accessible combo-box for the React JS.
Install
npm install --save rw-combobox-reactUsage
import React from 'react'
import ComboBox from 'rw-combobox-react'
import 'rw-combobox-react/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 © ahsanalamgir14
