iPhone Demo 3

PreviousNext

Third example showing an iPhone mockup.

Docs
magicuiexample

Preview

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

export default function Demo() {
  return (
    <div className="w-[434px]">
      <Iphone videoSrc="https://videos.pexels.com/video-files/8946986/8946986-uhd_1440_2732_25fps.mp4" />
    </div>
  )
}

Installation

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

Usage

import { IphoneDemo3 } from "@/components/iphone-demo-3"
<IphoneDemo3 />