diff options
Diffstat (limited to 'components/input/input.html')
-rw-r--r-- | components/input/input.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/components/input/input.html b/components/input/input.html deleted file mode 100644 index ef2ba61..0000000 --- a/components/input/input.html +++ /dev/null @@ -1,8 +0,0 @@ -<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 |