Hover Glow

A dynamic Hover Glow component that smoothly follows the cursor, creating a responsive lighting effect.

Cursor trackingResponsive lightingGrid support
Basic
Features

Cursor Following

Light source smoothly tracks mouse movement.

Card Integration

Perfect for highlighting interactive cards.

Grid Compatible

Works seamlessly within grid layouts.

Installation
Works with npm, pnpm, yarn, and bun

$npx libravelui@latest add hover-glow

Anatomy
import { HoverGlow } from "@/components/ui/motion/hover-glow";<HoverGlow><div className="p-4 bg-card rounded-lg">  Card Content</div></HoverGlow>
Testing Playground
Grid Layout
Props

Loading types…