From c5765a8a2fd5b27f959bc5b0e83e8c7f77437255 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:17:59 +0000 Subject: [PATCH] Switch to version 2: added registry/components/BlurBottomBackground.json --- registry/components/BlurBottomBackground.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 registry/components/BlurBottomBackground.json diff --git a/registry/components/BlurBottomBackground.json b/registry/components/BlurBottomBackground.json new file mode 100644 index 0000000..878ae66 --- /dev/null +++ b/registry/components/BlurBottomBackground.json @@ -0,0 +1,20 @@ +{ + "name": "BlurBottomBackground", + "description": "Backdrop blur effect positioned at the bottom of the page with linear gradient mask.", + "details": "Use for clean, minimal backgrounds with a subtle blur effect at the bottom of the page. Features fixed positioning with backdrop-blur-sm effect at the bottom using linear gradient mask (to bottom, transparent to black 60%). The blur is h-50 in height, fixed at bottom-left (left-0 bottom-0). Creates a frosted glass effect rising from the bottom of the page. Useful for creating depth and visual interest on pages with bottom-aligned content or CTAs without adding background color.", + "constraints": {}, + "propsSchema": { + "className?": "string" + }, + "usageExample": "", + "do": [ + "Use for feature showcases", + "Use for capability displays" + ], + "dont": [], + "editRules": { + "textOnly": true, + "layoutLocked": true, + "styleLocked": true + } +}