@aware([ 'variant' ]) @props([ 'variant' => 'default', ]) @php // This prevents variants picked up by `@aware()` from other wrapping components like flux::modal from being used here... $variant = $variant !== 'default' && Flux::componentExists('select.variants.' . $variant) ? 'custom' : 'default'; @endphp {{ $slot }}