mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
shadcn/ui components on top of Radix UI primitives — vendored into {{packages.ui.name}} so you own the source.
Import primitives from subpaths:
import { Button } from "{{packages.ui.name}}/components/button";
import { cn } from "{{packages.ui.name}}/lib/utils";
Theme tokens live in {{packages.ui.name}}/src/styles/globals.css. Dark mode toggles via next-themes (already wired into the root layout).