@props([ 'sticky' => false, 'fixed' => false, 'transparent' => false, ]) @php $baseClass = 'fluent-header'; $modeClass = collect([ $sticky ? 'is-sticky' : '', $fixed ? 'is-fixed' : '', $transparent ? 'is-transparent' : '', ])->implode(' '); @endphp