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:
10
resources/views/flux/sidebar/backdrop.blade.php
Normal file
10
resources/views/flux/sidebar/backdrop.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
@blaze
|
||||
|
||||
@php
|
||||
$classes = Flux::classes()
|
||||
->add('z-20 fixed inset-0 bg-black/10 hidden')
|
||||
->add('data-flux-sidebar-on-mobile:not-data-flux-sidebar-collapsed-mobile:block')
|
||||
;
|
||||
@endphp
|
||||
|
||||
<ui-sidebar-toggle {{ $attributes->class($classes) }} data-flux-sidebar-backdrop></ui-sidebar-toggle>
|
||||
Reference in New Issue
Block a user