FAZUA Living Styleguide

FAZUA Living Styleguide

Example

<div class="ln-select ln-select--radio form-group has-float-label js--custom-select">
 <label class="ln-select__label" for="form-select-cm-select">Option auswählen</label>
 <select name="cm-select" id="form-select-cm-select">
   <option value="s-160-170-cm">S&nbsp;&nbsp;160 - 170 cm</option>
   <option value="m-170-180-cm">M&nbsp;&nbsp;170 - 180 cm</option>
   <option value="l-180-190-cm">L&nbsp;&nbsp;180 - 190 cm</option>
 </select>
</div>