robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
804 stars 88 forks source link

Add shadow on Statistic #498

Closed bestmomo closed 2 weeks ago

bestmomo commented 2 weeks ago

Capture d'écran 2024-06-17 151827

robsontenorio commented 2 weeks ago

You can get this by using, for example, <x-stat class="shadow-md" .../>.

That is the best approach instead of having extra parameters. At the past, I have added this extra attribute on <x-card /> but I will deprecate it in the future.

bestmomo commented 2 weeks ago

Ok for the class. There is also the Alert component with this parameter.

robsontenorio commented 2 weeks ago

Also a “mistake” from the very beginning version.