Add stub partial for the incrementer component

This commit is contained in:
Oliver-Akins 2024-03-17 21:27:01 -06:00
parent 992ae094b2
commit 82f1499c3d

View file

@ -0,0 +1,5 @@
<div class="dd-incrementer">
<button type="button"></button>
<input type="number" name="">
<button type="button"></button>
</div>