{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-components-community-flip-card",
  "title": "Flip Card Demo",
  "description": "Demo showing the flip card component.",
  "registryDependencies": [
    "@animate-ui/components-community-flip-card"
  ],
  "files": [
    {
      "path": "registry/demo/components/community/flip-card/index.tsx",
      "content": "'use client';\n\nimport { FlipCard } from '@/components/animate-ui/components/community/flip-card';\n\nconst data = {\n  name: 'Animate UI',\n  username: 'animate_ui',\n  image:\n    'https://pbs.twimg.com/profile_images/1950218390741618688/72447Y7e_400x400.jpg',\n  bio: 'A fully animated, open-source component distribution built with React, TypeScript, Tailwind CSS, and Motion.',\n  stats: { following: 200, followers: 2900, posts: 120 },\n  socialLinks: {\n    linkedin: 'https://linkedin.com',\n    github: 'https://github.com',\n    twitter: 'https://twitter.com',\n  },\n};\n\nexport const FlipCardDemo = () => {\n  return <FlipCard data={data} />;\n};\n",
      "type": "registry:ui",
      "target": "components/animate-ui/demo/components/community/flip-card.tsx"
    }
  ],
  "type": "registry:ui"
}