An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Combo-box

> A flexible and easy accessible combo-box for the React JS.

[![NPM](https://img.shields.io/npm/v/react-responsive-combo-box.svg)](https://www.npmjs.com/package/react-responsive-combo-box) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Netlify Status](https://api.netlify.com/api/v1/badges/246cf76a-5156-4e4f-bb83-c98de91b581f/deploy-status)](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)