@storybook/addon-toolbars
Advanced tools
Comparing version 0.0.0-pr-29241-sha-1ad5dc04 to 0.0.0-pr-29241-sha-2ecb9573
{ | ||
"name": "@storybook/addon-toolbars", | ||
"version": "0.0.0-pr-29241-sha-1ad5dc04", | ||
"version": "0.0.0-pr-29241-sha-2ecb9573", | ||
"description": "Create your own toolbar items that control story rendering", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-29241-sha-1ad5dc04" | ||
"storybook": "^0.0.0-pr-29241-sha-2ecb9573" | ||
}, | ||
@@ -61,0 +61,0 @@ "publishConfig": { |
@@ -31,3 +31,3 @@ # Storybook Toolbars Addon | ||
The usage is documented in the [documentation](https://storybook.js.org/docs/react/essentials/toolbars-and-globals). | ||
The usage is documented in the [documentation](https://storybook.js.org/docs/essentials/toolbars-and-globals). | ||
@@ -44,4 +44,4 @@ ## FAQs | ||
- **Ergonomics**. Global args are easy to consume [in stories](https://storybook.js.org/docs/react/essentials/toolbars-and-globals#consuming-globals-from-within-a-story), in [Storybook Docs](https://github.com/storybookjs/storybook/tree/next/code/addons/docs), or even in other addons. | ||
- **Ergonomics**. Global args are easy to consume [in stories](https://storybook.js.org/docs/essentials/toolbars-and-globals#consuming-globals-from-within-a-story), in [Storybook Docs](https://github.com/storybookjs/storybook/tree/next/code/addons/docs), or even in other addons. | ||
* **Framework compatibility**. Args are completely framework-independent, so `addon-toolbars` is compatible with React, Vue 3, Angular, etc. out of the box with no framework logic needed in the addon. |
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
9700