@props(['variant' => '', 'link' => '', 'external' => false, 'tooltip' => '']) @php $variants = [ 'neutral' => 'bg-primary-600 text-white', 'ghost' => 'bg-gray-200 text-gray-700 text-sm', 'red' => 'bg-red-100 text-red-500 text-sm', 'green' => 'bg-green-100 text-green-700 text-sm', ]; $variantClass = $variants[$variant] ?? ''; @endphp
@if($link !== '') merge(['class' => "inline-flex px-2 py-1 text-xs rounded-md font-medium hover:opacity-80 hover: active:scale-80 transition-all duration-300 ease-in-out $variantClass"])}}> {{$slot}} @else @endif @if($tooltip !== '') @endif