- make deals reachable - add recent search feature - add animation in profile menu - refactor blade markup of explore page
9 lines
295 B
PHP
9 lines
295 B
PHP
@props(['active' => false])
|
|
@aware(['activeColor' => 'bg-white'])
|
|
<div
|
|
{{$attributes}}
|
|
{{$attributes->class(["rounded-full hover:bg-gray-100 hover:border-gray-300 border border-transparent transition-colors duration-300 ease-in-out", $activeColor => $active])}}
|
|
>
|
|
{{ $slot }}
|
|
</div>
|