More storybook updates for github pages

This commit is contained in:
adilallo
2025-08-21 11:33:36 -06:00
parent 318ae5a32f
commit 12ad54167b
6 changed files with 102 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
import "../app/globals.css";
/** @type { import('@storybook/react').Preview } */
const preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;