ShaunEvening / storybook-mui-example

Example of Storybook working with Material UI
20 stars 22 forks source link

Storybook 7 with Component Story Format 3 #1

Closed svict4 closed 1 year ago

svict4 commented 1 year ago

Is there much of a change required for storybook 7?

I can't seem to get the controls working when using render: () => {}

image

But seems to work fine when using an empty story: export const Basic: Story = {};