0%

background

GridFadeBackground

Grid pattern with center fade mask.

Playground

Scroll-based previews need you to scroll into view.

Live preview

Move mouse over grid

Code

<GridFadeBackground
  mode="mouse"
  gridColor="#a78bfa"
  gridOpacity={0.12}
  background="#0a0a0a"
  className="h-48 rounded-xl"
>
  <div className="relative z-10 flex h-full items-center justify-center text-sm">
    Move mouse over grid
  </div>
</GridFadeBackground>

Props

PropTypeDefaultDescription
modestatic | mousestaticmouse = focus follows pointer
followDurationnumber0.35Mask follow smoothing (seconds)
gridColorstring#ffffffGrid line color (hex or rgb)
gridOpacitynumber0.08Grid line opacity (0–1)
backgroundstring#0a0a0aCanvas background color