mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
17 lines
351 B
PHP
17 lines
351 B
PHP
@blaze
|
|
|
|
@props([
|
|
'placeholder' => null,
|
|
])
|
|
|
|
@php
|
|
$classes = Flux::classes()
|
|
->add('w-full block rounded-xl overflow-hidden shadow-xs')
|
|
->add('border border-zinc-200 dark:border-zinc-600')
|
|
;
|
|
@endphp
|
|
|
|
<ui-select clear="action" {{ $attributes->class($classes)->merge(['filter' => true]) }} data-flux-command>
|
|
{{ $slot }}
|
|
</ui-select>
|