From 386038003c811bd7373eab5b09bcbc996bc8ab1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:18:05 +0000 Subject: [PATCH] Switch to version 2: added registry/components/CircleGradientBackground.json --- .../components/CircleGradientBackground.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 registry/components/CircleGradientBackground.json diff --git a/registry/components/CircleGradientBackground.json b/registry/components/CircleGradientBackground.json new file mode 100644 index 0000000..b3e89f8 --- /dev/null +++ b/registry/components/CircleGradientBackground.json @@ -0,0 +1,21 @@ +{ + "name": "CircleGradientBackground", + "description": "Two large gradient circles positioned diagonally in corners.", + "details": "Use for soft, modern backgrounds with subtle color accents. Features two blurred gradient circles in diagonal corners (primary: top-right + bottom-left, secondary: top-left + bottom-right). Circles are responsive (w-100 mobile, md:w-70 desktop) with 10% opacity. Uses background-accent color.", + "constraints": {}, + "propsSchema": { + "diagonal?": "'primary' | 'secondary' (default: 'primary')", + "className?": "string" + }, + "usageExample": "", + "do": [ + "Use for feature showcases", + "Use for capability displays" + ], + "dont": [], + "editRules": { + "textOnly": true, + "layoutLocked": true, + "styleLocked": true + } +}