import { Device } from "@/registry/default/components/device"
export default function Component() {
return (
<div className="relative">
<Device variant="iphone" width={400} src="/images/device/iphone.png" />
</div>
)
}
npx shadcn@latest add @aliimam/device-03import { Device03 } from "@/components/device-03"<Device03 />