import { Button } from "@/components/ui/button"; export default function App() { return (
Tailwind CSS v4 + shadcn v4

{{displayName}}

Opinionated React + Vite starter for {{projectName}} with a polished Tailwind v4 pipeline and a complete shadcn v4 UI foundation you can extend instead of rebuilding.

Baseline included

  • `src/main.css` with Tailwind v4 theme tokens
  • `components.json` with full shadcn v4 configuration
  • `cn()` helper and starter UI components (Button, Input, Textarea, Dialog, Dropdown Menu)
); }