aboutsummaryrefslogtreecommitdiffstats
path: root/components/dropdown/dropdown-disabled.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/dropdown/dropdown-disabled.html')
-rw-r--r--components/dropdown/dropdown-disabled.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/components/dropdown/dropdown-disabled.html b/components/dropdown/dropdown-disabled.html
new file mode 100644
index 0000000..9e0bd86
--- /dev/null
+++ b/components/dropdown/dropdown-disabled.html
@@ -0,0 +1,11 @@
+<div class="sdc-dropdown">
+ <label class="sdc-dropdown__label">DropDown example</label>
+ <button class="sdc-dropdown__header disabled">Please choose option</button>
+ <!--[This part won't be created on disabled drop-down]-->
+ <ul class="sdc-dropdown__options-list">
+ <li class="sdc-dropdown__option selected">First Option</li>
+ <li class="sdc-dropdown__option">Second Option</li>
+ <li class="sdc-dropdown__option">Third Option</li>
+ </ul>
+ <!--[...]-->
+</div>