aboutsummaryrefslogtreecommitdiffstats
path: root/components/input/input-number.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/input/input-number.html')
-rw-r--r--components/input/input-number.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/input/input-number.html b/components/input/input-number.html
new file mode 100644
index 0000000..59ef93c
--- /dev/null
+++ b/components/input/input-number.html
@@ -0,0 +1,6 @@
+<div class="sdc-input">
+ <label class="sdc-input__label">I am a label</label>
+ <div>
+ <input class="sdc-input__input" type="number"/>
+ </div>
+</div> \ No newline at end of file