Docs
Apple Pro Display XDR
Studio Display–style aluminum frame, screen modes, and interactive macOS dock

pnpm dlx shadcn@latest add https://cult-ui.com/r/apple-pro-display-xdr.json
AppleProDisplayXDR is a client component. Optionally pass screenContent to fully control the display area; otherwise the default cycling demos and dock run on click.
import { AppleProDisplayXDR } from "@/components/apple-pro-display-xdr";
export function Hero() {
return (
<AppleProDisplayXDR initialMode="wallpaper" />
);
}