react-select-arakkan
v1.0.0
Published
React dropdown with search
Downloads
1
Readme
react-select-arakkan
React dropdown with search
Install
npm install --save react-select-arakkan
Usage
import React, { Component } from 'react'
import MyComponent from 'react-select-arakkan'
import 'react-select-arakkan/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © arakkanjibin