@aware(['axis' => 'x'])
@if ($axis === 'x')
merge([
'class' => '[:where(&)]:text-zinc-300 dark:[:where(&)]:text-white/40',
'orientation' => 'bottom',
'stroke-width' => '1',
'stroke' => 'currentColor',
'fill' => 'none',
]) }}>
@else
merge([
'class' => '[:where(&)]:text-zinc-300 dark:[:where(&)]:text-white/40',
'orientation' => 'left',
'stroke-width' => '1',
'stroke' => 'currentColor',
'fill' => 'none',
]) }}>
@endif