Files
49d63a1b-4f03-4c13-b38e-e76…/registry/components/PlainBackground.json
2026-04-15 07:29:13 +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
}
}