Link Button
Underlined link-style button. Color is on-surface (not primary blue); a soft gray pill appears on hover.
<LinkButton>View details</LinkButton><LinkButton icon={faArrowUpRightFromSquare}>
Open in new tab
</LinkButton><LinkButton disabled>View details</LinkButton><LinkButton loading>Loading…</LinkButton>icon:IconDefinitionOptional leading icon glyph.
loading:boolean= falseShow spinner; disables button.
disabled:boolean= falseDisabled state — muted opacity.
buttonType:"button" | "submit" | "reset"= "button"Native button type.