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.