mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
8 lines
202 B
PHP
8 lines
202 B
PHP
@props([
|
|
'variant' => 'default',
|
|
])
|
|
|
|
<flux:with-field :$attributes>
|
|
<flux:delegate-component :component="'pillbox.variants.' . $variant">{{ $slot }}</flux:delegate-component>
|
|
</flux:with-field>
|