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

Interface PlusPatternBackgroundProps

src/showcase/effects/BackgroundXO.tsx:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected