Initial commit

This commit is contained in:
vitalijmulika
2026-03-13 12:37:49 +02:00
commit b28a1dc88e
628 changed files with 78652 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
}
}