@aware(['axis' => 'x'])
@if ($axis === 'x')
merge([
'type' => 'horizontal',
'class' => 'text-zinc-200/50 dark:text-white/15',
'stroke' => 'currentColor',
'stroke-width' => '1',
]) }}>
@else
merge([
'type' => 'vertical',
'class' => 'text-zinc-200/50 dark:text-white/15',
'stroke' => 'currentColor',
'stroke-width' => '1',
]) }}>
@endif