Infinite Grid

NewPremium

Perspective grid that scrolls infinitely with direction-aware coloring and edge fading.

backgroundgridinfiniteperspectivedirection-aware

Installation

Terminalbash
npx motioncraft add infinite-grid

Usage

infinite-grid.tsxtsx
import { InfiniteGrid } from "@/components/backgrounds/infinite-grid";

<InfiniteGrid speed={1} perspective className="h-96" />

Props

PropTypeDefaultDescription
cellSizenumber60Grid cell size in pixels
lineWidthnumber1Grid line width
speednumber0.5Scroll speed
perspectivebooleantrueEnable perspective fade
fadeEdgesbooleantrueFade grid at edges
classNamestringAdditional CSS classes

Related Components