{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hover-expand-card-shadcnui", "type": "registry:component", "title": "Hover Expand Card", "description": "Card that lifts and expands on hover", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/components/cards/shadcnui/hover-expand.tsx", "content": "\"use client\";\n\nimport { Badge } from \"@/components/ui/badge\";\nimport { motion, useReducedMotion } from \"framer-motion\";\n\nexport function HoverExpandCard() {\n const shouldReduceMotion = useReducedMotion();\n\n return (\n
\n Hover or focus to gently lift and expand the surface. Animations stay\n calm but responsive, matching the glassmorphic system.\n
\n