Viora LogoViora UI
Login

AI Voice

Voice mode.

demo-ai-voice.tsx
Loading source code...

Installation

pnpm dlx viora-ui add ai-voice
npx viora-ui add ai-voice
yarn viora-ui add ai-voice
bunx --bun viora-ui add ai-voice

Usage

import { AiVoice } from "viora-ui";
import { AiVoice } from "viora-ui";

export default function AiVoiceDemo() {
  return (
    <div className="flex min-h-[350px] w-full items-center justify-center p-6">
      <AiVoice />
    </div>
  );
}

API Reference

AiVoice

PropTypeDefaultDescription
className?string""Additional CSS classes for custom styling.
children?React.ReactNode-Child elements or content to be rendered.
disabled?booleanfalseWhether the interactive state is disabled.

Built by Otis

Last updated: 9/13/2026