mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
12 lines
286 B
PHP
12 lines
286 B
PHP
@blaze
|
|
|
|
<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>
|