{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "conversation-bar-demo", "registryDependencies": [ "https://ui.elevenlabs.io/r/conversation-bar.json" ], "files": [ { "path": "examples/conversation-bar-demo.tsx", "content": "\"use client\"\n\nimport { ConversationProvider } from \"@elevenlabs/react\"\n\nimport { ConversationBar } from \"@/components/ui/conversation-bar\"\n\nconst DEFAULT_AGENT = {\n agentId: process.env.NEXT_PUBLIC_ELEVENLABS_AGENT_ID!,\n}\n\nexport default function ConversationBarDemo() {\n return (\n \n
\n
\n \n
\n
\n
\n )\n}\n", "type": "registry:example" } ], "type": "registry:example" }