@storybook/addon-viewport
Advanced tools
Comparing version 0.0.0-pr-29241-sha-d29f0c6b to 0.0.0-pr-29241-sha-f30996d6
{ | ||
"name": "@storybook/addon-viewport", | ||
"version": "0.0.0-pr-29241-sha-d29f0c6b", | ||
"version": "0.0.0-pr-29241-sha-f30996d6", | ||
"description": "Build responsive components by adjusting Storybook’s viewport size and orientation", | ||
@@ -64,3 +64,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-29241-sha-d29f0c6b" | ||
"storybook": "^0.0.0-pr-29241-sha-f30996d6" | ||
}, | ||
@@ -67,0 +67,0 @@ "publishConfig": { |
@@ -5,3 +5,3 @@ # Storybook Viewport Addon | ||
[Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support) | ||
[Framework Support](https://storybook.js.org/docs/configure/integration/frameworks-feature-support) | ||
@@ -12,3 +12,3 @@ ![Screenshot](https://raw.githubusercontent.com/storybookjs/storybook/next/code/addons/viewport/docs/viewport.png) | ||
Viewport is part of [essentials](https://storybook.js.org/docs/react/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run: | ||
Viewport is part of [essentials](https://storybook.js.org/docs/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run: | ||
@@ -19,3 +19,3 @@ ```sh | ||
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/#configure-your-storybook-project): | ||
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/configure#configure-your-storybook-project): | ||
@@ -32,2 +32,2 @@ ```js | ||
The usage is documented in the [documentation](https://storybook.js.org/docs/react/essentials/viewport). | ||
The usage is documented in the [documentation](https://storybook.js.org/docs/essentials/viewport). |
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
26943