Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/chat-messages.md
1# ChatMessages23Display a list of chat messages, designed to work seamlessly with Vercel AI SDK.45## Key Props67- `messages`: to display a list of chat messages.8- `status`: to display a visual indicator when the assistant is processing.9- `user`: to change the [ChatMessage](/docs/components/chat-message) props for `user` messages.10- `assistant`: to change the [ChatMessage](/docs/components/chat-message) props for `assistant` messages.1112## Usage1314```vue15<UChatMessages16<!-- props here -->17/>18```19