Tablet Mockup
Landscape tablet mockup with thin bezels, top camera, and optional home indicator. Render live React UI via children or a static image.
App preview
Tablet frame with live dashboard UI inside the screen.
Revenue
$12.4k
Users
2,841
Sign in to view this example's source code.
Sign inProps
| Name | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | undefined | Screen content; overrides image when provided |
| image | string | undefined | Screen image when children are not provided |
| imageAlt | string | "Screen content" | Accessible alt text for the screen image |
| aspectRatio | "4/3" | "3/2" | "4/3" | Landscape screen aspect ratio |
| showCamera | boolean | true | Front camera dot on the top bezel |
| showHomeIndicator | boolean | true | Home indicator bar at the bottom of the screen |
| viewportClassName | string | undefined | Extra classes on the scrollable screen viewport (children mode) |
| screenScrollable | boolean | true when children | Enable vertical scroll inside the screen when using children |
| className | string | undefined | Classes for the outer frame container |