@props([ 'alignment' => 'left', 'darkMode' => false, 'fullWidth' => false, ])
class([ 'filament-modal-actions', 'flex flex-wrap items-center gap-4 rtl:space-x-reverse' => ! $fullWidth, 'flex-row-reverse space-x-reverse' => (! $fullWidth) && ($alignment === 'right'), 'justify-center' => (! $fullWidth) && ($alignment === 'center'), 'grid gap-2 grid-cols-[repeat(auto-fit,minmax(0,1fr))]' => $fullWidth, ]) }}> {{ $slot }}