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";

<Iphone
  battery={82}
  signal={4}
  bezelColor="#de7343"
  statusBar={true}
  batteryText={false}
  wifi={true}
  lockButtons={true}
  homeIndicator={true}
/>