Files
117c3ae2-285b-4367-89e8-db8…/registry/components/PlainBackground.json
Nikolay Pecheniev 2a39851e2c Initial commit
2026-02-16 17:08:11 +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
}
}