Files
f51dbb83-e16f-4e42-abf4-95d…/registry/components/RadialGradientBackground.json
2026-01-27 13:40:24 +02:00

24 lines
805 B
JSON

{
"name": "RadialGradientBackground",
"description": "Customizable radial gradient background with theme color integration.",
"constraints": {},
"propsSchema": {
"className?": "string",
"centerColor?": "string (default: 'var(--background)')",
"edgeColor?": "string (default: 'var(--color-primary-cta)')",
"size?": "string (default: '125% 125%')",
"position?": "string (default: '50% 10%')"
},
"usageExample": "<RadialGradientBackground centerColor=\"var(--background)\" edgeColor=\"var(--color-primary-cta)\" size=\"125% 125%\" position=\"50% 10%\" />",
"do": [
"Use for landing pages",
"Use for feature showcases",
"Use for capability displays"
],
"dont": [],
"editRules": {
"textOnly": true,
"layoutLocked": true,
"styleLocked": true
}
}