Docs
Apple Watch Ultra
Watch Ultra–style case, complications, crown, and action button
pnpm dlx shadcn@latest add https://cult-ui.com/r/apple-watch-ultra.json
AppleWatchUltra is a self-contained client component with interactive crown, action button, and complication regions.
import { AppleWatchUltra } from "@/components/apple-watch-ultra";
export function Showcase() {
return <AppleWatchUltra />;
}