react-select-advanced
v1.0.1
Published
react dropdown component with search option
Downloads
2
Readme
parallax-background
An interactive parallax image component
Install
npm install --save react-select-advanced
Usage
import React, { Component } from 'react'
import Dropdown from 'react-select-advanced';
const countryList = ['America', 'Australia', 'Germany', 'India']
class Example extends Component {
render() {
return <Dropdown
options={countryList}
showSearchBar
disabled
placeholder='Select'
searchPlaceholder='Search' />
}
}
License
MIT © arakkanjibin