sackey e839d40a99
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-30 17:15:50 +00:00

15 lines
380 B
PHP

@php
$classes = Flux::classes([
'flex items-center px-4 text-sm whitespace-nowrap',
'text-zinc-800 dark:text-zinc-200',
'bg-zinc-800/5 dark:bg-white/20',
'border-zinc-200 dark:border-white/10',
'rounded-s-lg',
'border-s border-t border-b shadow-xs',
]);
@endphp
<div {{ $attributes->class($classes) }} data-flux-input-group-prefix>
{{ $slot }}
</div>