#Using decorators in storybook/react

2 messages · Page 1 of 1 (latest)

gritty thunder
#

I have been trying to implement simple decorator from storybook documentation.
documentation link -> https://storybook.js.org/docs/react/writing-stories/decorators#wrap-stories-with-extra-markup
-> I want to wrap the default Button story within a Div HTML tag.
but, it shows error with red underline.

Has anyone faced this issue?

Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It’s open source and free.

past hill
#

Can you share the TS error you're seeing?