iPhone Demo 2

PreviousNext

Second example showing an iPhone mockup.

Docs
magicuiexample

Preview

Loading preview…
registry/example/iphone-demo-2.tsx
import { Iphone } from "@/registry/magicui/iphone"

export default function Demo() {
  return (
    <div className="w-[434px]">
      <Iphone src="https://placehold.co/900x1600?text=Hello+World" />
    </div>
  )
}

Installation

npx shadcn@latest add @magicui/iphone-demo-2

Usage

import { IphoneDemo2 } from "@/components/iphone-demo-2"
<IphoneDemo2 />