aboutsummaryrefslogtreecommitdiffstats
path: root/components/input/input-placeholder.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/input/input-placeholder.html')
-rw-r--r--components/input/input-placeholder.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/input/input-placeholder.html b/components/input/input-placeholder.html
new file mode 100644
index 0000000..b07d75d
--- /dev/null
+++ b/components/input/input-placeholder.html
@@ -0,0 +1,4 @@
+<div class="sdc-input">
+ <label class="sdc-input__label">I am a label</label>
+ <input class="sdc-input__input" placeholder="Write Here..." type="text"/>
+</div>