Initialize project using Create React App

This commit is contained in:
Christian Medina
2024-08-26 19:56:50 -04:00
committed by Christian Medina
commit 51da011d12
83 changed files with 22109 additions and 0 deletions

13
.storybook/preview.js Normal file
View File

@@ -0,0 +1,13 @@
/** @type { import('@storybook/react').Preview } */
const preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;