@props([ 'isWarning' => null, 'disabled' => null, 'defaultClass' => 'text-white bg-neutral-800 hover:bg-violet-600 h-8', 'defaultWarningClass' => 'text-white bg-red-500 hover:bg-red-600 h-8', 'disabledClass' => 'text-neutral-400 bg-neutral-900 h-8', 'loadingClass' => 'text-black bg-green-500 h-8', 'confirm' => null, 'confirmAction' => null, ])