iPhone

An iPhone bezel mock with status bar, Dynamic Island, lock-screen shortcuts, and home indicator. Drop in an image, video, or custom children.

Customize

Battery82%
Signal4 / 4
Frame
Status bar
Battery %
Wifi
Lock buttons
Home indicator

Usage

import { Iphone } from "@/components/lazy-ui/device-mocks/iphone";

export function Demo() {
  return (
    <Iphone
      src="/lock-screen.jpg"
      time="9:41"
      signal={4}
      wifi
      battery={82}
      className="max-w-[280px]"
    />
  );
}