Files
1dae0014-ac76-4c65-b9e1-03b…/registry/components/PlainBackground.json
vitalijmulika df79932a31 Initial commit
2026-03-02 12:41:33 +02:00

18 lines
367 B
JSON

{
"name": "PlainBackground",
"description": "Simple solid background using theme background color.",
"constraints": {},
"propsSchema": {
"className?": "string"
},
"usageExample": "<PlainBackground />",
"do": [
"Use for general use"
],
"dont": [],
"editRules": {
"textOnly": true,
"layoutLocked": true,
"styleLocked": true
}
}