storyblok / storyblok-design-system

Design System for the Storyblok UI.
https://blok.ink
MIT License
89 stars 18 forks source link

Accordion Storybook entry is missing SbAccordion #523

Open bemayr opened 7 months ago

bemayr commented 7 months ago

Problem

I am currently developing a custom field plugin and stumbled upon this issue. The Storybook definition of the Accordion component is missing the Sb-prefix which prevents one from copy the code.

https://github.com/storyblok/storyblok-design-system/blob/672ddd7ed053cc09aef683a97047d85f8ef89b5c/src/components/Accordion/Accordion.stories.ts#L27-L37

Solution

Just adding the prefix is enough. If I have enough time I will prepare a PR.