Installation
pnpm dlx shadcn@latest add "https://magicui.design/r/android"
Examples
With Image
With Video
Usage
import { Android } from "@/components/magicui/android";
<Android />
Props
Prop | Type | Default | Description |
---|---|---|---|
width | number | 433 | The width of the Android window |
height | number | 882 | The height of the Android window |
src | string | - | The source of the image to display |
videoSrc | string | - | The source of the video to display |
The Android
component also accepts all properties of the SVGElement
type.