FAZUA Living Styleguide

FAZUA Living Styleguide

Source: scss/_4-Controls/_dropdowns.scss, line 1

4.4 Dropdowns

alias for form select fields

Example

<div class="ln-select form-group has-float-label js--custom-select">
 <label class="ln-select__label" for="form-select-option-select">Option auswählen</label>
 <select name="option-select" id="form-select-option-select">
   <option value="option-first">Option 1</option>
   <option value="option-second">Option 2</option>
   <option value="option-third">Option 3</option>
 </select>
</div>