Files
46bf7b59-23e1-4bff-9fc1-1a3…/registry/components/PlainBackground.json
kudinDmitriyUp 722b2e6c3c Initial commit
2026-03-06 00:19:17 +00:00

20 lines
508 B
JSON

{
"name": "PlainBackground",
"description": "Simple solid background using theme background color.",
"details": "Use for clean, minimal layouts with no visual distractions. Provides a fixed background div with bg-background theme color.",
"constraints": {},
"propsSchema": {
"className?": "string"
},
"usageExample": "<PlainBackground />",
"do": [
"Use for general use"
],
"dont": [],
"editRules": {
"textOnly": true,
"layoutLocked": true,
"styleLocked": true
}
}