@props([ 'onclick' => '', 'title' => '', 'href' => '', ]) @aware([ 'type' => 'primary', 'color' => '', 'size' => config('bladewind.button.circle.size', 'regular'), 'name' => null, 'can_submit' => false, 'canSubmit' => false, 'disabled' => false, 'icon' => '', 'button_text_css' => null, 'show_focus_ring' => true, 'outline' => false, ]) @php if($color == 'secondary') $type = 'secondary'; @endphp