{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-components-community-radial-intro",
  "title": "Radial Intro Demo",
  "description": "Demo showing radial intro.",
  "registryDependencies": [
    "@animate-ui/components-community-radial-intro"
  ],
  "files": [
    {
      "path": "registry/demo/components/community/radial-intro/index.tsx",
      "content": "'use client';\n\nimport * as React from 'react';\n\nimport { RadialIntro } from '@/components/animate-ui/components/community/radial-intro';\n\nconst ITEMS = [\n  {\n    id: 1,\n    name: 'Framer University',\n    src: 'https://pbs.twimg.com/profile_images/1602734731728142336/9Bppcs67_400x400.jpg',\n  },\n  {\n    id: 2,\n    name: 'arhamkhnz',\n    src: 'https://pbs.twimg.com/profile_images/1897311929028255744/otxpL-ke_400x400.jpg',\n  },\n  {\n    id: 3,\n    name: 'Skyleen',\n    src: 'https://pbs.twimg.com/profile_images/1948770261848756224/oPwqXMD6_400x400.jpg',\n  },\n  {\n    id: 4,\n    name: 'Shadcn',\n    src: 'https://pbs.twimg.com/profile_images/1593304942210478080/TUYae5z7_400x400.jpg',\n  },\n  {\n    id: 5,\n    name: 'Adam Wathan',\n    src: 'https://pbs.twimg.com/profile_images/1677042510839857154/Kq4tpySA_400x400.jpg',\n  },\n  {\n    id: 6,\n    name: 'Guillermo Rauch',\n    src: 'https://pbs.twimg.com/profile_images/1783856060249595904/8TfcCN0r_400x400.jpg',\n  },\n  {\n    id: 7,\n    name: 'Jhey',\n    src: 'https://pbs.twimg.com/profile_images/1534700564810018816/anAuSfkp_400x400.jpg',\n  },\n  {\n    id: 8,\n    name: 'David Haz',\n    src: 'https://pbs.twimg.com/profile_images/1927474594102784000/Al0g-I6o_400x400.jpg',\n  },\n  {\n    id: 9,\n    name: 'Matt Perry',\n    src: 'https://pbs.twimg.com/profile_images/1690345911149375488/wfD0Ai9j_400x400.jpg',\n  },\n];\n\nexport const RadialIntroDemo = () => <RadialIntro orbitItems={ITEMS} />;\n",
      "type": "registry:ui",
      "target": "components/animate-ui/demo/components/community/radial-intro.tsx"
    }
  ],
  "type": "registry:ui"
}