Files
359b8a8e-bc98-4c76-8289-a45…/registry/components/PlainBackground.json
vitalijmulika 6d66f86f1a Initial commit
2026-02-27 13:15:10 +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
}
}