1.3.0 • Published 4 years ago

react-responsive-combo-box v1.3.0

Weekly downloads
23
License
MIT
Repository
github
Last release
4 years ago

React Combo-box

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

NPM JavaScript Style Guide Netlify Status

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

1.3.0

4 years ago

1.2.8

4 years ago

1.2.9

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.2.1

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.1

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago