Grid Pattern

A background grid pattern made with SVGs, fully customizable using Tailwind CSS.

Installation

pnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/grid-pattern"

Props

Grid Pattern

PropTypeDefaultDescription
widthnumber40Width of each grid cell in pixels
heightnumber40Height of each grid cell in pixels
xnumber-1Horizontal offset of the pattern
ynumber-1Vertical offset of the pattern
squaresArray<[x: number, y: number]>-Array of [x, y] coordinates for highlighted (filled) squares
strokeDasharraystring"0"SVG stroke dash array for the grid lines
classNamestring-Additional CSS classes for the SVG container