Device

PreviousNext
Docs
aliimamexample

Preview

Loading preview…
registry/default/example/device/device-04.tsx
import { Device } from "@/registry/default/components/device"

export default function Component() {
  return (
    <div className="relative">
      <Device variant="macbook" width={400} src="/images/device/macbook.jpg" />
    </div>
  )
}

Installation

npx shadcn@latest add @aliimam/device-04

Usage

import { Device04 } from "@/components/device-04"
<Device04 />