Mercurial > packages > framework
view publishable/resources/views/components/card.blade.php @ 5:f282c6ef1671
better support for server side tables
| author | luka |
|---|---|
| date | Tue, 19 Aug 2025 22:15:16 -0400 |
| parents | 84c75d9d90be |
| children |
line wrap: on
line source
@props([ 'title' => null, // e.g. 'Upcoming Milestones' 'icon' => null, // SVG (pass as a Blade include or html) 'empty' => 'Nothing to show.', 'footer' => null, // Optional (e.g. a "View All" link) 'headerButton' => null, //button or link for the right side of the header ]) <div class="dashboard-card"> </div>
