-
Notifications
You must be signed in to change notification settings - Fork 3
Emphasized Link
Alfred J Lin edited this page Aug 5, 2025
·
2 revisions
The Emphasized Link is a link component designed for links that need to stand out to lead users to a related page. This is different from the inline link that appears within paragraph text.
- For links that need to stand out for users to notice
- Don't use the emphasized link directly in paragraphs; instead, use Link, which is the default style for the
<a>element
| Field | Requirement | Data Type | Description | Note |
| Link Text | Required | String | The text displayed on the emphasized link | Recommend keeping under 50 characters |
| Link URL | Required | String | The link for the emphasized link |
- CTA Button (Primary): Uses the Primary Button style from the UMD Design System for
<button>elements - Emphasized Link: Replaces the Secondary Button style for
<a>elements to maintain semantic HTML
This separation ensures proper distinction between actions (buttons) and navigation (links).
- CTA Button: For actions that trigger processes or state changes
- Link: For inline links within content