My own style of chat AI input.
Installation
Usage
import { AiPrompt } from "viora-ui";import { AiPrompt } from "viora-ui";
export default function AiPromptDemo() {
return (
<div className="flex min-h-[350px] w-full items-center justify-center p-6">
<AiPrompt />
</div>
);
}API Reference
AiPrompt
| Prop | Type | Default | Description |
|---|---|---|---|
| className? | string | "" | Additional CSS classes for custom styling. |
| children? | React.ReactNode | - | Child elements or content to be rendered. |
| disabled? | boolean | false | Whether the interactive state is disabled. |
Built by Otis
Last updated: 9/13/2026