parfum/resources/views/flux/chart/cursor.blade.php
2025-09-13 10:36:12 +07:00

11 lines
279 B
PHP

<template name="cursor">
<line {{ $attributes->merge([
'class' => 'text-zinc-500 dark:text-zinc-300',
'type' => 'vertical',
'stroke' => 'currentColor',
'stroke-width' => '1',
'stroke-dasharray' => '4,4',
]) }}></line>
</template>