Your App
1import { iPadMockup } from "@/zeroui/components/mockups";23export default function Example() {Orientation
Portrait
Landscape
1<IPadMockup orientation="portrait" />2<IPadMockup orientation="landscape" />Models
Pro 12.9"
Pro 11"
Air
Mini
1<IPadMockup model="pro-12.9" />2<IPadMockup model="pro-11" />3<IPadMockup model="air" />Colors
1<IPadMockup color="space-gray" />2<IPadMockup color="silver" />Props
Props
| name | type | default | description |
|---|---|---|---|
| children | ReactNode | - | - |
| model | "pro-12.9" | "pro-11" | "air" | "mini" | "pro-11" | - |
| color | "space-gray" | "silver" | "space-gray" | - |
| scale | number | 1 | - |
| orientation | "portrait" | "landscape" | "portrait" | - |
| className | string | "" | - |
| screenClassName | string | "" | - |