Interactive Light

PreviousNext

The lamp follows your mouse cursor with a glowing effect, includes the grid background with radial highlight, supports.

interactive-light-default

Installation

pnpm dlx shadcn@latest add https://ui.dalim.in/r/styles/default/interactive-light.json

Usage

import { InteractiveLight } from "@/components/ui/interactive-light"
<InteractiveLight
  shineColor="#fff200"
  lampHeight="10vh"
  lampWidth="10vh"
  transitionDuration={500}
/>