This commit is contained in:
Joseph Garrone 2024-06-06 07:46:48 +02:00
parent 9420dc118a
commit f3036ec2c3
8 changed files with 23 additions and 354 deletions

View file

@ -37,3 +37,12 @@ export function createPageStory<PageId extends KcContext["pageId"]>(params: {
return { PageStory };
}
export const parameters = {
viewMode: "story",
previewTabs: {
"storybook/docs/panel": {
hidden: true
}
}
};