Files
a187d00a-ab1b-4887-8038-b01…/registry/components/PlainBackground.json
vitalijmulika fb530d5644 Initial commit
2026-02-23 14:26:01 +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
}
}