Your Desktop App
1import { iMacMockup } from "@/zeroui/components/mockups";23export default function Example() {Models
24"
27"
1<IMacMockup model="24" />2<IMacMockup model="27" />Colors
1<IMacMockup color="silver" />2<IMacMockup color="blue" />3<IMacMockup color="green" />Props
Props
| name | type | default | description |
|---|---|---|---|
| children | ReactNode | - | - |
| model | "24" | "27" | "24" | - |
| color | "silver" | "blue" | "green" | "pink" | "yellow" | "orange" | "purple" | "silver" | - |
| className | string | "" | - |
| screenClassName | string | "" | - |