@props([ 'variant' => 'secondary', // primary | secondary | danger 'type' => 'button', 'icon' => null, ]) @php $classes = match ($variant) { 'primary' => 'bg-content text-surface hover:opacity-90', 'danger' => 'bg-danger-fill text-danger-text border border-danger-border hover:opacity-90', default => 'border border-border-strong text-content hover:bg-subtle', }; @endphp