{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "waveform-demo", "registryDependencies": [ "https://ui.elevenlabs.io/r/waveform.json" ], "files": [ { "path": "examples/waveform-demo.tsx", "content": "\"use client\"\n\nimport { ScrollingWaveform } from \"@/components/ui/waveform\"\n\nexport default function WaveformDemo() {\n return (\n
\n
\n

Waveform

\n

\n Real-time audio visualization with smooth scrolling animation\n

\n
\n \n
\n )\n}\n", "type": "registry:example" } ], "type": "registry:example" }