Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { Iphone17Pro } from "@/components/eldoraui/iphone-17-pro"<Iphone17Pro
src="https://res.cloudinary.com/eldoraui/image/upload/v1759051266/469059-640_kwga4s.jpg"
width={200}
height={400}
className="h-80 w-full"
/>| Prop | Type | Default | Description |
|---|---|---|---|
src | string | - | The source of the image to display on the screen |
width | number | 200 | The width of the iPhone 17 Pro mockup |
height | number | 400 | The height of the iPhone 17 Pro mockup |
className | string | - | Additional CSS classes for styling |