Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { MacbookPro } from "@/components/eldoraui/macbook-pro"<MacbookPro
src="https://res.cloudinary.com/eldoraui/image/upload/v1758570676/mac_llxzg3.jpg"
width={650}
height={400}
/>| Prop | Type | Default | Description |
|---|---|---|---|
src | string | - | The source of the image to display on the screen |
width | number | 650 | The width of the MacBook Pro mockup |
height | number | 400 | The height of the MacBook Pro mockup |
className | string | - | Additional CSS classes for styling |