feature/storybook-coverage #18

Merged
ilia merged 8 commits from feature/storybook-coverage into main 2026-01-18 18:00:42 +00:00
Showing only changes of commit e7f4304391 - Show all commits

View File

@@ -18,6 +18,15 @@ const preview: Preview = {
// 'off' - skip a11y checks entirely // 'off' - skip a11y checks entirely
test: 'todo', 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: [ decorators: [
(storyFn, { parameters }) => { (storyFn, { parameters }) => {