toasts timer increased to 5s. Add animation to the toast Add toast for like and favorite actions fixed the deal card design added a opening animation to modal
6 lines
356 B
PHP
6 lines
356 B
PHP
@props([ 'link' => ''])
|
|
@aware(['activeClass' => 'bg-gray-100 text-gray-900'])
|
|
<a href="{{$link}}" {{$attributes->class(["flex space-x-3 items-center py-3 px-4 rounded-xl hover:bg-gray-100 border border-white ease-in-out transition-all duration-300 active:scale-80 hover:border-gray-300", $activeClass => url()->current() == $link])}} >
|
|
{{$slot}}
|
|
</a>
|