Files
51cfe2e2-e886-41f1-be4d-27e…/registry/components/CircleGradientBackground.json
Nikolay Pecheniev 20100eabb3 Initial commit
2026-02-18 18:08:46 +02:00

20 lines
519 B
JSON

{
"name": "CircleGradientBackground",
"description": "Two large gradient circles positioned diagonally in corners.",
"constraints": {},
"propsSchema": {
"diagonal?": "'primary' | 'secondary' (default: 'primary')",
"className?": "string"
},
"usageExample": "<CircleGradientBackground diagonal=\"primary\" />",
"do": [
"Use for feature showcases",
"Use for capability displays"
],
"dont": [],
"editRules": {
"textOnly": true,
"layoutLocked": true,
"styleLocked": true
}
}