biings-ds
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -100,3 +100,32 @@ <h6 class="subtitle is-5 has-text-grey has-text-weight-semibold">Component</h6><h1 class="title is-1">Dropdown</h1> | ||
<br><br> | ||
<hr class="is-visible is-large"> | ||
<h2 class="title is-4">Searchable list</h2> | ||
You can add a search field to a dropdown. Use javascript to trigger the search and populate the dropdown list. | ||
<hr class="is-small"> | ||
<div class="dropdown is-active"> | ||
<div class="dropdown-trigger"> | ||
<div class="button">Choose a value</div> | ||
</div> | ||
<div class="dropdown-menu" id="dropdown-menu" role="menu"> | ||
<div class="dropdown-content"> | ||
<div class="dropdown-item "> | ||
<input class="input is-small is-paddingless has-background-white" type="text" placeholder="Search the list"> | ||
</div> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item is-large">Show</a> | ||
<a class="dropdown-item is-active">results</a> | ||
<a class="dropdown-item">here</a> | ||
</div> | ||
</div> | ||
</div> | ||
<hr class="is-large"> | ||
<br> | ||
<hr class="is-large"> | ||
@@ -103,0 +132,0 @@ <div class="box is-bordered"> |
@@ -21,3 +21,3 @@ <h6 class="subtitle is-5 has-text-grey has-text-weight-semibold">Components</h6><h1 class="title is-1 has-text-weight-bold">Input</h1> | ||
<form class="box is-well is-relaxed is-marginless" spellcheck="false"> | ||
<form class="box is-bordered is-relaxed is-marginless" spellcheck="false"> | ||
<div class="field"> | ||
@@ -24,0 +24,0 @@ <label for="demofield" class="label">With a label</label> |
{ | ||
"name": "biings-ds", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Biings Design System", | ||
@@ -5,0 +5,0 @@ "main": "build/bds.css", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10291768
6120