Book

PreviousNext
Docs
aliimamexample

Preview

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

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

Installation

npx shadcn@latest add @aliimam/device-01

Usage

import { Device01 } from "@/components/device-01"
<Device01 />