Skip to content

Commit dc4296c

Browse files
committed
add base components to public-docsite-v9
1 parent 0836483 commit dc4296c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/public-docsite-v9/.storybook/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = /** @type {Omit<import('../../../.storybook/main'), 'typescript
3030
// TODO: Remove this workaround once the stories are fixed or we have a better way to
3131
// decide which stories to include/exclude in docs mode.
3232
'../../../packages/react-components/react-nav/stories/src/Nav/index.stories.@(ts|tsx)',
33+
'../../../packages/react-components/react-base-components/stories/src/*/index.stories.@(ts|tsx)',
3334
],
3435
staticDirs: ['../public'],
3536
addons: [...rootMain.addons],

apps/public-docsite-v9/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@fluentui/react-northstar": "*",
2828
"@fluentui/react-icons-northstar": "*",
2929
"@fluentui/react-components": "*",
30+
"@fluentui/react-base-components": "*",
3031
"@fluentui/react-storybook-addon": "*",
3132
"@fluentui/react-storybook-addon-export-to-sandbox": "*",
3233
"@fluentui/theme-designer": "*",

0 commit comments

Comments
 (0)