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

@springernature/global-dropdown

Package Overview
Dependencies
Maintainers
13
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springernature/global-dropdown - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

__tests__/unit/index.test.js

5

HISTORY.md
# History
## 0.4.0 (2021-10-21)
* Demo created with consumable handlebars template
## 0.3.0 (2018-10-09)

@@ -13,2 +16,2 @@ * Remove utility classes.

## 0.1.0 (2018-07-20)
* First version
* First version

19

package.json
{
"name": "@springernature/global-dropdown",
"version": "0.3.0",
"license": "MIT",
"description": "dropdown component",
"keywords": [
"css",
"js",
"component"
],
"author": "Oliver Williams"
}
"name": "@springernature/global-dropdown",
"version": "0.4.0",
"license": "MIT",
"description": "Display a contextual list of links controlled by a toggle",
"keywords": [],
"author": "Springer Nature"
}
## Global Dropdown
This is a generic dropdown component. It is not a `<select>`, but rather a list which is expanded when the user clicks a button.
This is a generic dropdown component. It is not a `<select>`, but rather a list which is expanded when the user clicks a button.
The component is keyboard navigable.
The component is keyboard navigable.

@@ -12,6 +12,6 @@ ```

The first argument is a CSS selector to target the dropdown button. The second argument is a CSS selector to target items inside the list.
The first argument is a CSS selector to target the dropdown button. The second argument is a CSS selector to target items inside the list.
## Dependencies
This component relies on classes from the global-css-utilities package. Make sure you import `hiding.scss` and `transforms.scss`.
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