feature/storybook-coverage #18
@@ -18,6 +18,15 @@ const preview: Preview = {
|
||||
// 'off' - skip a11y checks entirely
|
||||
test: 'todo',
|
||||
},
|
||||
|
||||
docs: {
|
||||
story: {
|
||||
// This sets the default height for the iframe in Autodocs
|
||||
iframeHeight: '400px',
|
||||
// Ensure the story isn't forced into a tiny inline box
|
||||
// inline: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
decorators: [
|
||||
(storyFn, { parameters }) => {
|
||||
|
||||
Reference in New Issue
Block a user