11 lines
606 B
JSON
11 lines
606 B
JSON
{
|
|
"className?": "string",
|
|
"gradientColorStart?": "string - Gradient start color. Default: 'var(--color-background-accent)'",
|
|
"gradientColorEnd?": "string - Gradient end color. Default: 'var(--color-background-accent)'",
|
|
"bigCircleSize?": "string - Size of the larger circle. Default: '28vw'",
|
|
"smallCircleSize?": "string - Size of the smaller circle. Default: '21vw'",
|
|
"blurAmount?": "string - Blur amount for gradient circles. Default: '10px'",
|
|
"opacity?": "number - Overall opacity of gradient effect. Default: 0.6",
|
|
"showSparkles?": "boolean - Show sparkle ring effect. Default: true"
|
|
}
|