Device

PreviousNext
Docs
aliimamexample

Preview

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

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

Installation

npx shadcn@latest add @aliimam/device-02

Usage

import { Device02 } from "@/components/device-02"
<Device02 />