https://github.com/codebrahma/react-combobox
Easy accessible combo-box
https://github.com/codebrahma/react-combobox
Last synced: 6 months ago
JSON representation
Easy accessible combo-box
- Host: GitHub
- URL: https://github.com/codebrahma/react-combobox
- Owner: Codebrahma
- Created: 2020-10-08T09:51:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T21:53:42.000Z (almost 4 years ago)
- Last Synced: 2025-08-17T07:35:55.008Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 911 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
}
```
## 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](https://github.com/ashwinKumar0505)