Components
Loading preview...
Polished voice chat component with smooth expand/collapse animations.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/audio-chatimport { VoiceChat } from "@/components/ui/audio-chat"
export default function Page() {
return (
<main className="min-h-screen bg-muted/30 flex items-center justify-center p-8 w-full">
<VoiceChat />
</main>
)
}