Open in V0.
Installation
Usage
import { V0Button } from "viora-ui";import { V0Button } from "viora-ui";
export default function V0ButtonDemo() {
return (
<div className="flex min-h-[350px] w-full items-center justify-center p-6">
<V0Button />
</div>
);
}API Reference
V0Button
| 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