@props([ 'href' => null, 'variant' => 'solid', 'type' => 'button', 'target' => null, ]) @php $classes = ['sy-btn', 'sy-btn--' . $variant]; @endphp @if ($href) class($classes) }} > {{ $slot }} @else @endif