Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

biings-ds

Package Overview
Dependencies
Maintainers
1
Versions
412
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biings-ds - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

29

docs/doc-dropdown.md

@@ -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">

2

docs/doc-inputs.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc