Vercel v0 Chat
Definitely not v0 AI Chat.
What can I help you ship?
Installation
npm installUsage
import VercelV0Chat from "@/components/xui/vercel-v0-chat";
export function MyComponent() {
return (
<div className="w-full max-w-2xl">
<VercelV0Chat />
</div>
);
}Props
This component has no configurable props.
Dependencies
This component has no external dependencies.