10 lines
252 B
PHP
Raw Normal View History

2022-07-04 12:52:24 +03:00
<span
@class([
$color,
$groupHover ? 'group-hover:bg-full-2' : 'hover:bg-full-2',
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize cursor-pointer'
2022-07-04 12:52:24 +03:00
])
>
{!! $slot !!}
</span>