showcar-ui
Version:
Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.
9 lines (6 loc) • 388 B
HTML
<input class="sc-input" id="as24-radio-1" type="radio" name="example-radios-1">
<label for="as24-radio-1">Radio 1</label>
<input class="sc-input" id="as24-radio-2" type="radio" name="example-radios-1">
<label for="as24-radio-2">Radio 2</label>
<input class="sc-input" id="as24-radio-3" type="radio" disabled name="example-radios-1">
<label for="as24-radio-3">Radio 3 (disabled)</label>