jb-number-input
Version:
number input web component
13 lines • 553 B
HTML
<div class="number-control-buttons">
<div class="increase-number-button number-control-button">
<svg class="increase-icon" viewBox="0 0 120 120">
<path stroke-linecap="round" d="M60,40 L60,80"></path>
<path stroke-linecap="round" d="M40,60 L80,60"></path>
</svg>
</div>
<div class="decrease-number-button number-control-button">
<svg class="decrease-icon" viewBox="0 0 120 120">
<path stroke-linecap="round" d="M40,60 L80,60"></path>
</svg>
</div>
</div>