chore: Setup storybook for Vue components (#2139)
This commit is contained in:
committed by
GitHub
parent
979d4fe76b
commit
3afc9b5f5b
11
.storybook/preview.js
Normal file
11
.storybook/preview.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import '../app/javascript/dashboard/assets/scss/storybook.scss';
|
||||
|
||||
export const parameters = {
|
||||
actions: { argTypesRegex: '^on[A-Z].*' },
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
date: /Date$/,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user