@props([ 'variant' => 'default', 'variantOptions' => [ 'default' => 'bg-brand-900 hover:bg-brand-900/90 text-white', 'outline' => 'bg-transparent border border-edge-tr hover:bg-fill-fv text-lab-pr2 hover:text-lab-pr', ], 'tag' => 'button' ]) <{{ $tag }} class="block w-full leading-none smoothing rounded-md {{ $variantOptions[$variant] }}" {{ $attributes }}>
{{ $slot }} @if(isset($icon)) {{ $icon }} @endif