4.0.0-beta.1 • Published 5 years ago

@lightspeed/cirrus-select v4.0.0-beta.1

Weekly downloads
159
License
MIT
Repository
-
Last release
5 years ago

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>
4.0.0-beta.1

5 years ago

4.0.0-beta.0

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago