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

Interface DotPatternBackgroundProps

src/showcase/effects/BackgroundDots.tsx:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface DotPatternBackgroundProps {
2 dotSize?: number
3 dotColor?: string
4 backgroundColor?: string
5 gap?: number
6 maskColor?: string
7 className?: string
8 style?: React.CSSProperties
9 fade?: boolean
10 [key: string]: any
11}
12
13export const BackgroundDots: React.FC<DotPatternBackgroundProps> = ({
14 dotSize = 1.2,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected