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.