Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cui-autoselect-react-ra-lib

Auto select dropdown with various functionality

readme

cui-autoselect-react-ra-lib

Auto select dropdown with various functionality

NPM JavaScript Style Guide

Install

npm install --save cui-autoselect-react-ra-lib

Usage

import * as React from 'react'

import CuiAutoDropdown from 'cui-autoselect-react-ra-lib'

class Example extends React.Component {
  render () {
    return (
      <CuiAutoDropdown />
    )
  }
}

License

MIT © rameshirreplaceable@gmail.com