6 lines
152 B
PHP
6 lines
152 B
PHP
@props([
|
|
'variant' => 'default',
|
|
])
|
|
|
|
<flux:delegate-component :component="'radio.group.variants.' . $variant">{{ $slot }}</flux:delegate-component>
|