Select
Select is an input element that give users the ability to make a single selection, or multiple selections from a number of options.
Usage
<div class="c-select">
<select class="c-select__input" name="select-01" id="select-01">
<option value="option-01">Option 01</option>
<option value="option-02">Option 02</option>
<option value="option-03">Option 03</option>
</select>
</div>Implementation
| Type | Name |
|---|---|
| Elements | |
| Wrapper | .c-select |
| Input | .c-select__input |
| Modifiers | None |
| States | None |