{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "gradient-animation-shadcnui", "type": "registry:ui", "title": "Gradient Animation", "description": "Smoothly transitioning gradient background", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/decorative/backgrounds/gradient-animation.tsx", "content": "\"use client\";\n\nimport { motion } from \"framer-motion\";\n\nexport function GradientAnimation() {\n return (\n
\n \n
\n );\n}\n", "type": "registry:ui", "target": "components/uitripled/gradient-animation-shadcnui.tsx" } ] }