A styled anchor for inline and standalone text navigation. Supports external links, underline variants, tooltips, and custom link components for router integration. Use it for navigating between pages or to external URLs.
tsimport {Link} from '@astryxdesign/core/Link'
| Guidance | Practices |
|---|---|
| Do | Write descriptive, concise link text that clearly communicates the destination. |
| Do | Set |
| Do | Only set |
| Don't | Use Link for actions that do not navigate; use a Button instead. |
| Don't | Use generic text like "click here" or "read more"; describe the destination. |
| Don't | Set |
A vertical list of external links that open in a new tab with an indicator icon.
Horizontal row of standalone links with descriptive hover tooltips.