All effects
3DClient component

Perspective Grid

A reactive horizon grid whose perspective tilts toward the pointer without canvas or WebGL.

Move horizontally and vertically

Effect style
Tilt the horizon

Usage

tsx
import { PerspectiveGrid } from "@/components/effects/perspective-grid"

export function Demo() {
  return <PerspectiveGrid className="h-[420px]" />
}