react-responsive-combo-box
Version:
Easy and Responsive Combo-box
46 lines (32 loc) • 1.34 kB
Markdown
# React Combo-box
> A flexible and easy accessible combo-box for the React JS.
[](https://www.npmjs.com/package/react-responsive-combo-box) [](https://standardjs.com) [](https://app.netlify.com/sites/react-combobox/deploys)
## Install
```bash
npm install --save react-responsive-combo-box
```
## Usage
```tsx
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 <a style="color:#cc3a38" href="https://react-combobox.netlify.app/">here</a>.
## Demo
To view the demo of the Combo Box component in the code sandbox. Click <a style="color:#cc3a38" href="https://codesandbox.io/s/distracted-saha-k8kti?file=/src/App.js">here</a>.
## License
MIT © [ashwinKumar0505](https://github.com/ashwinKumar0505)