@springernature/global-dropdown
Advanced tools
Comparing version 0.3.0 to 0.4.0
# 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 |
{ | ||
"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`. | ||
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
18540
12
146
0
17