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