Foundations · Link
SSR NativeAccessibleLink
Navigates to another resource with standard or subtle emphasis.
Astro
---
import { Link } from '@charvesta/cetha';
---
<Link href="/components">Browse components</Link>API reference
| Prop | Type | Default | Description |
|---|---|---|---|
subtle | boolean | false | Uses subdued text color. |
class | string | — | Additional classes forwarded to the rendered element. |
Accessibility
Use descriptive destination text and reserve buttons for actions.