{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "motion-effect-slide-demo", "type": "registry:ui", "title": "Motion Effect Slide Demo", "description": "Demo showing the motion effect slide.", "registryDependencies": [ "https://animate-ui.com/r/motion-effect" ], "files": [ { "path": "registry/demo/effects/motion-effect-slide/index.tsx", "content": "import { MotionEffect } from '@/components/animate-ui/effects/motion-effect';\n\nexport const MotionEffectSlideDemo = () => {\n return (\n \n

Motion Effect Slide

\n
\n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/effects/motion-effect-slide.tsx" } ] }