Files
9fdf5b87-ae3b-4ece-af95-3cf…/registry/components/PlainBackground.json
vitalijmulika 3aff1f3252 Initial commit
2026-03-03 15:49:49 +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
}
}