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

Pro workflow
Open in v0 and the Pro CLI install shortcut are part of Cult UI Pro. Upgrade to use them in your projects.
Get Propnpm add @tabler/icons-react motion
pnpm dlx shadcn@latest add tooltip
Source code is available for Pro members.
Upgrade to copy and use these components in your projects.
View pricingThe built-in wallpaper demo loads next/image from public/images/apple-wallpaper.jpg. Add
that asset or pass screenContent / adjust the source in the component.
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" />
);
}