@lightspeed/cirrus-autocomplete
v8.1.0
Published
Cirrus Autocomplete Component
Downloads
303
Keywords
Readme
Autocomplete
Select/Autocomplete Cirrus styling for react-select with custom predefined DropdownIndicator
, ClearIndicator
.
Installation
First, make sure you have been through the Getting Started steps of adding Cirrus in your application.
If using Yarn:
yarn add @lightspeed/cirrus-autocomplete
Or using npm:
npm i -S @lightspeed/cirrus-autocomplete
Usage
Import required components:
import Select, { Async, AsyncCreatable, Creatable, Animated, formatCreateLabel } from '@lightspeed/cirrus-autocomplete';
Props
See react-select
's Documentation.
Example
See the examples folder for this component.
CSS Component
Not available.