view publishable/resources/views/components/card.blade.php @ 7:e6132a1e8e24 default tip

Adding better support for test among other base changes.
author Luka Sitas <sitas.luka.97@gmail.com>
date Thu, 25 Sep 2025 19:58:32 -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>