- Docs
- AI Components
- Chat Container
Chat Container
An input field that allows users to enter and submit text to an AI model.
Examples
Chat Conatiner Basics
Installation
pnpm dlx shadcn@latest add https://chatcn.me/c/chat-container
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | - | The content to render inside the chat container (typically chat messages) |
className | string | undefined | Additional CSS classes to apply to the container |