UNPKG

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.

6 lines (5 loc) 274 B
<div class="sc-stepper"> <button class="sc-stepper-button sc-stepper-button-decrement">-</button> <input type="number" value="0" class="sc-stepper-input" min="0" max="10" step="1"/> <button class="sc-stepper-button sc-stepper-button-increment">+</button> </div>