Components/Link

Search documentation

Jump to any guide or component.

↑↓ move · Enter open · Esc close

Foundations · Link

SSR NativeAccessible

Link

Navigates to another resource with standard or subtle emphasis.

Live previewv0.1.4
Astro
---
import { Link } from '@charvesta/cetha';
---

<Link href="/components">Browse components</Link>

API reference

PropTypeDefaultDescription
subtlebooleanfalseUses subdued text color.
classstringAdditional classes forwarded to the rendered element.

Accessibility

Use descriptive destination text and reserve buttons for actions.