Chatbot
Attachments
Container for managing and displaying file and document attachments in grid, inline, or list layouts.
team-photo.pngimage/svg+xml
quarterly-roadmap.pdfapplication/pdf
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "grid" | "inline" | "list" | "grid" | Display layout variant |
| className | string | - | Additional CSS classes |
| children | ReactNode | - | Attachment items |
Import
import { Attachments, Attachment, AttachmentPreview, AttachmentInfo, AttachmentRemove } from '@blastx/ui-ai';