mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
🎨 Add new Flux icons: implement multiple reusable icon components (e.g., hand-raised, hand-thumb-up, heart, hashtag, home) with variant support for improved UI consistency.
This commit is contained in:
19
resources/views/flux/menu/index.blade.php
Normal file
19
resources/views/flux/menu/index.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
@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>
|
||||
Reference in New Issue
Block a user