feat(storybook): add Storybook 8 with Tailwind v4 pulling stories from @repo/ui

This commit is contained in:
2026-04-06 14:57:37 +02:00
parent 1a10dccc8d
commit cca8f99133
4 changed files with 1705 additions and 55 deletions

View File

@@ -0,0 +1,15 @@
import type { Preview } from "@storybook/react";
import "../../../packages/ui/src/styles/globals.css";
const preview: Preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;