Laravel Attachment Group Component
ProThe list of files on a message.
A Attachment Group built for the TALL stack — Blade, Livewire 3 & 4, Alpine.js and Tailwind CSS 4.
Server-rendered by default and dark-mode ready. Aura's solid-background and border colours are
contrast-tested against WCAG 2.1 AA/UI in CI, in both themes —
see what's covered.
Drop it in with a single Blade tag:
<x-aura::attachment-group>
Installation
composer require bluestarsystem/aura-ui
The Attachment Group is part of Aura Pro, installed via your private Composer (Satis) access after purchase. See pricing →
Usage
<x-aura::attachment-group :columns="2">
<x-aura::attachment name="report.pdf" size="2.4 MB" href="/files/report.pdf" />
</x-aura::attachment-group>
See the full API, props and live examples in the Attachment Group documentation.
Overview
<x-aura::attachment-group> wraps attachment items.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label |
string|null |
null |
Defaults to the translated "Attachments". |
columns |
int |
1 |
1, 2 or 3. Written out rather than interpolated. |
See more examples and every variant in the Attachment Group documentation.