8 lines
201 B
PHP
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>
|