Luke UI
ComponentsActions

Link

Link component for inline and standalone navigation.

Link expects the Luke UI theme class at the app or root level. See Getting Started.

<Link href="/help">Help center</Link>

Best practices

GuidancePractices
DoUse tone="inverted" only on dark backgrounds. On light backgrounds, it is hard to read.
DoUse isStandalone for links that are not part of a sentence, such as card links and nav items. Leave it false for inline links.

Tone

Link has three tones: brand (default), neutral, and inverted. Use neutral for a more subtle link. Use inverted on dark backgrounds.

Standalone

Use isStandalone when a link stands on its own. Leave it false for links inside paragraph text.

  • isStandalone={true}: no underline until hover.
  • isStandalone={false}: underlined inline link style.
Link — Standalone
Standalone link

This is an inline link inside a sentence.

Disabled

Link — Disabled
Archived report

Accessibility

Screen readers announce a disabled link as unavailable, but not why. Put the reason in nearby visible text instead of relying on disabled state alone.

When to use vs Button

Use Link to navigate to a new URL or route. Use Button for in-page actions, such as saving, submitting, or opening a dialog.

Props

Prop

Type