{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-components-community-management-bar",
  "title": "Management Bar Demo",
  "description": "Demo showing a management bar.",
  "registryDependencies": [
    "@animate-ui/components-community-management-bar"
  ],
  "files": [
    {
      "path": "registry/demo/components/community/management-bar/index.tsx",
      "content": "'use client';\n\nimport * as React from 'react';\n\nimport { ManagementBar } from '@/components/animate-ui/components/community/management-bar';\n\nexport const ManagementBarDemo = () => <ManagementBar />;\n",
      "type": "registry:ui",
      "target": "components/animate-ui/demo/components/community/management-bar.tsx"
    }
  ],
  "type": "registry:ui"
}