@props([ 'allow-close' => true, 'color' => 'bg-gray-200', ])
class([ "flex flex-row items-center h-full px-2 py-1 gap-1 $color rounded", 'cursor-pointer hover:shadow-sm active:bg-gray-200' => $allowClose, 'cursor-not-allowed' => !$allowClose, ]) }}>
{{ $slot }}
@if ($allowClose)
@endif