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

Interface PlusPatternBackgroundProps

src/showcase/effects/BackgroundPlus.tsx:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface PlusPatternBackgroundProps {
2 plusSize?: number
3 plusColor?: string
4 backgroundColor?: string
5 className?: string
6 style?: React.CSSProperties
7 fade?: boolean
8 [key: string]: any
9}
10
11export const BackgroundPlus: React.FC<PlusPatternBackgroundProps> = ({
12 plusColor = '#fb3a5d',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected