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:
18
resources/views/flux/kanban/column/index.blade.php
Normal file
18
resources/views/flux/kanban/column/index.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
@blaze
|
||||
|
||||
@props([
|
||||
//
|
||||
])
|
||||
|
||||
@php
|
||||
$classes = Flux::classes()
|
||||
->add('rounded-lg w-80 max-w-80')
|
||||
->add('[:where(&)]:bg-zinc-100 dark:[:where(&)]:bg-zinc-800')
|
||||
;
|
||||
@endphp
|
||||
|
||||
<div data-flux-kanban-column>
|
||||
<div {{ $attributes->class($classes) }}>
|
||||
{{ $slot }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user