@lightspeed/cirrus-select
v4.0.0-beta.1
Published
Cirrus Select Component
Keywords
Readme
Select
Styled <select> element.
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-selectOr using npm:
npm i -S @lightspeed/cirrus-selectExample
See example folder.
Example
<select id="select-id" name="select-name" class="cr-select">
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
</select>