Feedback for /sharing/design-integrations docs page #24624
Replies: 2 comments 2 replies
-
|
/docs/7.5/react/sharing/design-integrations
Does this work for Storybook7? You began the docs with the installing npm install --save-dev @storybook/addon-designs // MyComponent.stories.ts|tsx import type { Meta, StoryObj } from '@storybook/react'; import { withDesign } from 'storybook-addon-designs'; import { MyComponent } from './MyComponent'; // More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export export default meta; export const Example: Story = { I don't believe this works. I tried to npm install the older storybook-addon-designs but they don't have a TS version in the repo... I was hoping to integrate this and test it out. @storybook/addon-designs doesn't seem complete. https://storybook.js.org/addons/storybook-addon-designs Following these directions doesn't do anything with CRA / WebPack ^5 and typescript with Storybook ^7 |
Beta Was this translation helpful? Give feedback.
-
|
/docs/7.6/sharing/design-integrations
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions