Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aeagle committed Apr 21, 2024
1 parent 3c2aa45 commit 48527a8
Show file tree
Hide file tree
Showing 14 changed files with 28,667 additions and 28,397 deletions.
5 changes: 3 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ module.exports = {
name: "@storybook/addon-docs",
options: {
configureJSX: true,
inlineStories: false,
inlineStories: true,
},
},
"@storybook/addon-mdx-gfm",
"@storybook/addon-webpack5-compiler-babel",
"@chromatic-com/storybook",
],

webpackFinal: async (config, { configType }) => {
Expand Down Expand Up @@ -42,7 +43,7 @@ module.exports = {
docs: {
autodocs: true,
story: {
inline: false,
inline: true,
height: "500px",
},
},
Expand Down
11 changes: 7 additions & 4 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
export const parameters = {
docs: {
story: {
inline: false, // Render stories in an iframe
module.exports = {
parameters: {
actions: { argTypesRegex: "^on.*" },
docs: {
story: {
inline: true, // Render stories in an iframe
},
},
},
};
Loading

0 comments on commit 48527a8

Please sign in to comment.