Initial commit

This commit is contained in:
dk
2026-04-12 19:40:49 +00:00
commit df07a43191
647 changed files with 79850 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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
}
}