diff --git a/registry/components/PlainBackground.json b/registry/components/PlainBackground.json new file mode 100644 index 0000000..ffe0b04 --- /dev/null +++ b/registry/components/PlainBackground.json @@ -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": "", + "do": [ + "Use for general use" + ], + "dont": [], + "editRules": { + "textOnly": true, + "layoutLocked": true, + "styleLocked": true + } +}