You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following code:
(notice I'm using:
storybook: 7.0.23
)package.json
Image.tsx
ImageGroup.tsx
Image.stories.ts
ImageGroup.stories.ts
The story for the
Image
works properly:But I want to create a story for the
ImageGroup
as well.On file:
App.tsx
I have the following code:which displays something like this:
I want the story for the
ImageGroup
to display something similar.Any idea on how to do this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions