Vercel v0 Chat

Definitely not v0 AI Chat.

Live Preview
Open in

What can I help you ship?

Installation

npm install

Usage

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.