Iphone
IPhone mockup with screen, header, and custom children content.

Chen Xi
08:09
Installation
npx shadcn@latest add https://scrollxui.dev/registry/iphone.json Usage
import { Iphone } from "@/components/ui/iphone";<div className="w-full max-w-sm mx-auto p-4">
<Iphone showHeader>
<div className="absolute inset-0 z-50 flex items-center justify-center">
<img
src="https://cdn.pixabay.com/photo/2025/01/13/12/29/ai-generated-9330361_1280.jpg"
alt="Screen Content"
className="w-full h-full object-cover"
/>
<div className="absolute inset-0 flex items-center justify-center">
<p className="text-white font-bold">Hello inside iPhone!</p>
</div>
</div>
</Iphone>
</div>Examples
With Image

08:09
With Video
08:09
API Reference
Iphone
IPhone mockup with screen, header, and custom children content.