Initial commit
This commit is contained in:
13
frontend/.storybook/preview.js
Normal file
13
frontend/.storybook/preview.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/** @type { import('@storybook/sveltekit').Preview } */
|
||||
const preview = {
|
||||
parameters: {
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default preview;
|
||||
Reference in New Issue
Block a user