Skip to content

Commit

Permalink
Add autodocs tag to VideoPlayer component
Browse files Browse the repository at this point in the history
  • Loading branch information
kingRayhan committed Dec 26, 2023
1 parent cf46e11 commit a210611
Show file tree
Hide file tree
Showing 5 changed files with 18,185 additions and 30,984 deletions.
14 changes: 11 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
module.exports = {
stories: ['../stories/**/*.stories.@(ts|tsx|js|jsx)'],
reactOptions: {
fastRefresh: true,
strictMode: false,
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],

// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
typescript: {
check: true, // type-check stories during Storybook build
},

framework: {
name: '@storybook/react-webpack5',
options: {},
},

docs: { autodocs: true },
};
Loading

0 comments on commit a210611

Please sign in to comment.