diff --git a/.storybook/main.js b/.storybook/main.js index 875fd431..40dd8ff7 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -1,3 +1,8 @@ module.exports = { stories: ['../stories/**/*.stories.{js,ts,mdx}'], + docs: { + //👇 See the table below for the list of supported options + autodocs: 'tag', + defaultName: 'Documentation', + }, };