mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
16 lines
328 B
PHP
16 lines
328 B
PHP
@blaze
|
|
|
|
@php
|
|
$classes = Flux::classes()
|
|
->add('p-[.3125rem]')
|
|
->add('overflow-y-auto')
|
|
->add('bg-white dark:bg-zinc-700')
|
|
;
|
|
@endphp
|
|
|
|
<ui-options {{ $attributes->class($classes) }} data-flux-command-items>
|
|
{{ $slot }}
|
|
|
|
<flux:command.empty>{!! __('No results found') !!}</flux:command.empty>
|
|
</ui-options>
|