{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "shimmer-button-shadcnui", "type": "registry:ui", "title": "Shimmer Button", "description": "Button with continuous shimmer effect", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/micro/buttons/shimmer-button.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport { motion, useReducedMotion } from \"framer-motion\";\n\nexport function ShimmerButton() {\n const shouldReduceMotion = useReducedMotion();\n\n return (\n
\n \n
\n );\n}\n", "type": "registry:ui", "target": "components/uitripled/shimmer-button-shadcnui.tsx" } ] }