@lightspeed/cirrus-select
v4.0.0-beta.1
Published
Cirrus Select Component
Downloads
210
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-select
Or using npm:
npm i -S @lightspeed/cirrus-select
Example
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>