Fortura/apps/www/public/r/motion-effect-slide-demo.json
2025-08-20 04:12:49 -06:00

18 lines
800 B
JSON

{
"$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 <MotionEffect slide inView>\n <p className=\"text-4xl font-bold\">Motion Effect Slide</p>\n </MotionEffect>\n );\n};\n",
"type": "registry:ui",
"target": "components/animate-ui/demo/effects/motion-effect-slide.tsx"
}
]
}