[core][xs]: minor storybook setup adjstmnts

This commit is contained in:
Ola Rubaj
2023-10-04 17:47:13 +02:00
parent 56cb6e7912
commit 3ae685253b
4 changed files with 1573 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ const config: StorybookConfig = {
addons: [
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-a11y',
'@nrwl/react/plugins/storybook',
'storybook-tailwind-dark-mode'
],
@@ -12,6 +13,9 @@ const config: StorybookConfig = {
name: '@storybook/react-webpack5',
options: {},
},
docs: {
autodocs: 'tag',
},
};
export default config;