Files
3549d97b-57dd-421f-95ea-269…/registry/components/PlainBackground.json
Nikolay Pecheniev b6458bc51f Initial commit
2026-02-21 14:38:31 +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
}
}