parfum/resources/views/flux/select/index.blade.php
2025-09-13 10:36:12 +07:00

8 lines
201 B
PHP

@props([
'variant' => 'default',
])
<flux:with-field :$attributes>
<flux:delegate-component :component="'select.variants.' . $variant">{{ $slot }}</flux:delegate-component>
</flux:with-field>