{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "motion-highlight-tabs-hover-parent-demo", "type": "registry:ui", "title": "Motion Highlight Tabs Hover Parent Demo", "description": "Demo showing the motion highlight tabs hover effect.", "registryDependencies": [ "https://animate-ui.com/r/motion-highlight" ], "files": [ { "path": "registry/demo/effects/motion-highlight-tabs-hover-parent/index.tsx", "content": "import { MotionHighlight } from '@/components/animate-ui/effects/motion-highlight';\n\nconst TABS = [\n {\n value: 'tab-1',\n title: 'Tab 1',\n description: 'Tab 1 description',\n },\n {\n value: 'tab-2',\n title: 'Tab 2',\n description: 'Tab 2 description',\n },\n {\n value: 'tab-3',\n title: 'Tab 3',\n description: 'Tab 3 description',\n },\n];\n\nexport const MotionHighlightTabsHoverParentDemo = () => {\n return (\n \n {TABS.map((tab) => (\n \n {tab.title}\n \n ))}\n \n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/effects/motion-highlight-tabs-hover-parent.tsx" } ] }