Files
4a70668e-df00-4a52-82de-432…/registry/components/PlainBackground.json
Nikolay Pecheniev f859907245 Initial commit
2026-02-02 12:07:30 +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
}
}