Link

Navigation element used to change the page or link to a section within a page.

PropTypeDescription
hrefstring
<script lang="ts">
import Link from '../components/link.svelte';
</script>

<Link href="https://pocky-ui.pages.dev">Pocky UI</Link>