Files
AstralRinth/src/routes/components/Link.md

262 B

<script lang="ts"> import Link from "$lib/components/Link.svelte"; import Example from "../_internal/components/Example.svelte" </script>

<Example code={<Link href="#clicked">Click for fun</Link>}>

Click for fun