Installation
pnpm dlx shadcn@latest add https://neobrutalism.dev/r/attachment.jsonUsage
import {
Attachment,
AttachmentMedia,
AttachmentContent,
AttachmentTitle,
AttachmentDescription,
AttachmentActions,
AttachmentAction,
} from '@/components/ui/attachment'<Attachment>
<AttachmentMedia>
<FileTextIcon />
</AttachmentMedia>
<AttachmentContent>
<AttachmentTitle>document.pdf</AttachmentTitle>
<AttachmentDescription>PDF · 2.4 MB</AttachmentDescription>
</AttachmentContent>
<AttachmentActions>
<AttachmentAction aria-label="Remove">
<XIcon />
</AttachmentAction>
</AttachmentActions>
</Attachment>Examples
Default
States
Use the state prop (idle, uploading, processing, error or done) to reflect the upload progress.