working on vcard display

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-07 08:55:30 +02:00
parent e39ae982f4
commit 0ceeba0701
6 changed files with 147 additions and 49 deletions

View File

@@ -0,0 +1,9 @@
<script>
import { fn } from '../../vcard.js';
let { vcard } = $props();
let name = $derived(fn(vcard));
</script>
<span class="formatted name">{name}</span>