Homecomponentsaction
TextLinkButton
A button that looks like a link but performs an action.
Use a TextLinkButton when you need a button to be visually a link. This component is usually nested within a Text or Heading component.
Standard Color
Use the color property to set the color of the link button.
Contextual Sizes, Weights, and Colors
TextLinkButton can inherit the size, weight, and color from a parent Text or Heading component.
No Underline
Use the noUnderline property to remove the underline from the link button on hover.
API
children
Required
ReactNode
id
string
type
button
reset
submit
color
inherit
primary
secondary
onClick
MouseEventHandler<HTMLButtonElement>
tabIndex
number
noUnderline
true
false
data
DataAttributeMap