{ "$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 \n
\n \n
\n \n Feature\n \n

\n Beautiful Card\n

\n

\n Hover or focus to gently lift and expand the surface. Animations stay\n calm but responsive, matching the glassmorphic system.\n

\n \n
\n );\n}\n", "type": "registry:component", "target": "components/uitripled/hover-expand-card-shadcnui.tsx" } ] }