Files
c95f5c8a-e144-47a3-a1db-7b3…/registry/components/PlainBackground.json
2026-03-07 21:30:38 +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
}
}