{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "scale-hover-button-shadcnui", "type": "registry:ui", "title": "Scale Hover Button", "description": "A button that scales up smoothly on hover", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/micro/buttons/scale-hover.tsx", "content": "\"use client\";\n\nimport { motion } from \"framer-motion\";\n\nexport function ScaleHoverButton() {\n return (\n