Replies: 1 comment
-
Yeah, use https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#removed-hierarchy-separators |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we are going to migrate storybook from v5 to v6.
in v5, we use symbol '|' at the title of each stories to classify the components .
such as:
export default { title: 'General | BlankLink', parameters: { component: BlankLink, }, }
export default { title: 'DataEntry | Input', parameters: { component:Input, }, }
then the storybook would show the classification of components. However, in v6 it seems to be out of work.
Anybody know how to change in v6?
Beta Was this translation helpful? Give feedback.
All reactions