1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-27 11:41:43 +01:00
Files
csslayout/contents/_includes/patterns/stepper-input.njk
2022-09-21 10:52:47 +07:00

7 lines
251 B
Plaintext

<div class="stepper-input">
<button class="stepper-input__button">-</button>
<div class="stepper-input__content">
<input type="text" class="stepper-input__input" />
</div>
<button class="stepper-input__button">+</button>
</div>