mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
18 lines
301 B
PHP
18 lines
301 B
PHP
@blaze
|
|
|
|
@props([
|
|
'sticky' => false,
|
|
])
|
|
|
|
@php
|
|
$classes = Flux::classes()
|
|
->add($sticky ? 'sticky top-0 z-20' : '')
|
|
;
|
|
@endphp
|
|
|
|
<thead {{ $attributes->class($classes) }} data-flux-columns>
|
|
<tr {{ isset($tr) ? $tr->attributes : '' }}>
|
|
{{ $tr ?? $slot }}
|
|
</tr>
|
|
</thead>
|