Link Text

An inline text link with tone, underline, and size variants plus safe external link handling.

Loading preview…

Installation

Usage

Use link text for inline navigation inside copy. Setting external opens the link in a new tab and adds rel="noopener noreferrer".

1<script lang="ts">
2	import LinkText from '~/components/link-text/link-text.svelte';
3</script>
4
5<LinkText href="/pricing">See pricing</LinkText>
6<LinkText href="https://example.com" external tone="muted">Read the docs</LinkText>