mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
20 lines
357 B
PHP
20 lines
357 B
PHP
@blaze
|
|
|
|
@php
|
|
$classes = Flux::classes()
|
|
->add('[:where(&)]:min-w-48 p-[.3125rem]')
|
|
->add('rounded-lg shadow-lg')
|
|
->add('border border-border-default')
|
|
->add('bg-bg-elevated')
|
|
->add('focus:outline-hidden')
|
|
;
|
|
@endphp
|
|
|
|
<ui-menu
|
|
{{ $attributes->class($classes) }}
|
|
popover="manual"
|
|
data-flux-menu
|
|
>
|
|
{{ $slot }}
|
|
</ui-menu>
|