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

Interface CrossPatternBackgroundProps

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

Source from the content-addressed store, hash-verified

1interface CrossPatternBackgroundProps {
2 crossSize?: number
3 crossColor?: 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 BackgroundCross: React.FC<CrossPatternBackgroundProps> = ({
14 crossColor = '#fb3a5d',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected