Link
Navigation element used to change the page or link to a section within a page.
| Prop | Type | Description |
|---|---|---|
| href | string |
<script lang="ts">
import Link from '../components/link.svelte';
</script>
<Link href="https://pocky-ui.pages.dev">Pocky UI</Link>Navigation element used to change the page or link to a section within a page.
| Prop | Type | Description |
|---|---|---|
| href | string |
<script lang="ts">
import Link from '../components/link.svelte';
</script>
<Link href="https://pocky-ui.pages.dev">Pocky UI</Link>