Files
7f9dec2e-0edb-4b2a-910d-fb6…/registry/components/PlainBackground.json
Nikolay Pecheniev b4a84f4fa8 Initial commit
2026-03-09 12:46:07 +02: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
}
}