Scaffold a SaaS dashboard skeleton without writing Tailwind by hand
언제 쓸까: You want a fast first version of a layout with consistent design tokens.
사전 조건
- Server/skill installed and authenticated — See repo README
흐름
-
Pick blocksList FlyonUI dashboard blocks. I want a sidebar, top nav, stats cards row, and a data table.✓ 복사됨→ Names of matching blocks
-
ComposeCompose them into one HTML file. Use the slate theme.✓ 복사됨→ One file with the four blocks stitched together
결과: A reasonable v0 dashboard layout in seconds.
함정
- FlyonUI's class names track DaisyUI versions. If you mix with shadcn or vanilla Tailwind, components may visually clash. — FlyonUI's class names track DaisyUI versions. If you mix with shadcn or vanilla Tailwind, components may visually clash.