@props([ // this has nothing to do HTML's button types // this defines if the button is primary or secondary 'type' => 'primary', // tiny, small, regular, big 'size' => config('bladewind.button.size', 'regular'), // for use with css and js if you want to manipulate the button 'name' => null, // will show a spinner 'has_spinner' => false, // for backward compatibility with Laravel 8 'hasSpinner' => false, // will show a spinner 'show_spinner' => false, // for backward compatibility with Laravel 8 'showSpinner' => false, // will make this