Link Button

Button styled as a link for secondary actions.

Interactive preview configurations are being developed for this component.

Props

color
interactive | light
Use GoabButton instead. Sets the color theme. 'interactive' for blue, 'light' for white on dark backgrounds.
Defaults to interactive.
leadingIcon
GoAIconType
Use GoabButton instead. Icon displayed before the button text.
trailingIcon
GoAIconType
Use GoabButton instead. Icon displayed after the button text.
disabled
boolean
Use GoabButton instead. When true, prevents user interaction and applies disabled styling.
Defaults to false.
testId
string
Use GoabButton instead. Sets a data-testid attribute for automated testing.
mt, mr, mb, ml
none | 3xs | 2xs | xs | s | m | l | xl | 2xl | 3xl | 4xl
Apply margin to the top, right, bottom, and/or left of the component.

Events

onClick
(event: Event) => void
_click
CustomEvent
Examples
Examples show common usage patterns and implementation guidance.

No usage guidelines have been documented for this component yet.

All GoA Design System components are built to meet WCAG 2.2 AA standards. The following guidelines provide additional context for accessible implementation.

No accessibility-specific guidelines have been documented for this component yet.

View old component docs