Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { Ipad } from "@/components/eldoraui/ipad"<Ipad
src="https://res.cloudinary.com/eldoraui/image/upload/v1758616622/ipad_xgn1qu.jpg"
width={520}
height={400}
className="size-full"
/>| Prop | Type | Default | Description |
|---|---|---|---|
src | string | - | The source of the image to display on the screen |
width | number | 520 | The width of the iPad mockup |
height | number | 400 | The height of the iPad mockup |
className | string | - | Additional CSS classes for styling |