This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Reorganise storybook to ensure all exported components are available in the "External components" section. #11908
Labels
focus: components
Work that introduces new or updates existing components.
focus: documentation
This issue is a request for better documentation.
type: enhancement
The issue is a request for an enhancement.
type: good first issue
The issue is a good candidate for the first community contribution/for a newcomer to the team.
type: storybook
Issues related to storybook.
Following on from our effort to Move components into the components package and to add Storybook entries for them, we now need to do some housekeeping on Storybook.
All components we export via
@woocommerce/blocks-components
should be in their own folder on Storybook.To solve this issue, find the stories for each component in
packages/components/**/stories/*.tsx
and ensure the story title is:External Components/{Component}
like so:woocommerce-blocks/packages/components/panel/stories/index.stories.tsx
Line 13 in bf046d2
The text was updated successfully, but these errors were encountered: