Component props.
Content rendered inside the link (link label, icons, etc.).
CSS class name(s) for styling the underlying element.
Sets the download behavior for the link (download attribute).
Click handler invoked when the link is activated.
Optionalreplace?: booleanIf true, uses history replacement semantics instead of pushing a new entry.
Optional state to associate with the navigation action.
Inline style object applied to the underlying element.
Specifies where to open the linked document (e.g., "_blank").
Target location (route or URL) the link points to.
Generic Link component that renders an anchor () and forwards common navigation/link attributes.