comparison resources/views/components/card.blade.php @ 0:9d7dcd54c677

Initial Commit and package setup
author luka
date Sat, 23 Aug 2025 22:20:51 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9d7dcd54c677
1 @props([
2 'title' => null, // e.g. 'Upcoming Milestones'
3 'icon' => null, // SVG (pass as a Blade include or html)
4 'empty' => 'Nothing to show.',
5 'footer' => null, // Optional (e.g. a "View All" link)
6 'headerButton' => null, //button or link for the right side of the header
7 ])
8
9 <div class="dashboard-card">
10 </div>