From 666b760d43d862ed090814c709c0d6ccee1f5d9e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:18:27 +0000 Subject: [PATCH] Switch to version 2: added registry/components/GridBackround.json --- registry/components/GridBackround.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 registry/components/GridBackround.json diff --git a/registry/components/GridBackround.json b/registry/components/GridBackround.json new file mode 100644 index 0000000..9337f66 --- /dev/null +++ b/registry/components/GridBackround.json @@ -0,0 +1,24 @@ +{ + "name": "GridBackround", + "description": "Grid pattern background with line-based grid and optional 3D perspective effect.", + "details": "Use for technical or structured layouts. Features adjustable grid size (small: 16 cells, medium: 10 cells, large: 5 cells per 100vw). Optional perspectiveThreeD adds skew transform and radial mask for depth. Uses background-accent color at 10% opacity.", + "constraints": {}, + "propsSchema": { + "size?": "'small' | 'medium' | 'large' (default: 'medium')", + "perspectiveThreeD?": "boolean (default: false)", + "className?": "string" + }, + "usageExample": "", + "do": [ + "Use for feature showcases", + "Use for capability displays" + ], + "dont": [ + "Do not use more than 4 items" + ], + "editRules": { + "textOnly": true, + "layoutLocked": true, + "styleLocked": true + } +}