MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / BackgroundGridProps

Interface BackgroundGridProps

src/showcase/effects/BackgroundGrid.tsx:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { HTMLProps } from 'react'
2
3interface BackgroundGridProps {
4 color: string
5 cellSize: string | number
6 strokeWidth: number | string
7 className?: string
8 fade?: boolean
9}
10
11const BackgroundGrid = ({
12 color = '#fb3a5d',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected