mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
14 lines
368 B
PHP
14 lines
368 B
PHP
@blaze
|
|
|
|
@props([
|
|
'field' => 'value',
|
|
])
|
|
|
|
<template name="point" field="{{ $field }}">
|
|
<circle {{ $attributes->class('[:where(&)]:text-zinc-800 dark:[:where(&)]:text-zinc-100 [:where(&)]:stroke-white dark:[:where(&)]:stroke-zinc-900')->merge([
|
|
'r' => '4',
|
|
'fill' => 'currentColor',
|
|
'stroke-width' => '1',
|
|
]) }}></circle>
|
|
</template>
|