Command Palette

Search for a command to run...

GitHub Profile
Components

Dot Grid Spotlight

커서를 따라다니는 스포트라이트가 있는 도트 그리드예요.

설치

처음이라면 components.json에 @smlee 레지스트리를 한 번만 등록하세요.

{
  "registries": {
    "@smlee": "https://smlee.info/r/{name}.json"
  }
}

그다음 컴포넌트를 추가해요.

pnpm dlx shadcn@latest add @smlee/dot-grid-spotlight

사용법

import { DotGridSpotlight } from "@/components/dot-grid-spotlight"
<div className="relative aspect-square w-xs">
  <DotGridSpotlight />
</div>

API 레퍼런스

DotGridSpotlight

속성

타입

크레딧

Command Palette

Search for a command to run...