Component props.
OptionalactiveClassName?: stringContent rendered inside the link.
CSS class name(s) applied to the underlying element.
Enables download behavior for the link (sets the download attribute).
Optionalend?: booleanClick handler invoked when the link is activated.
Optionalreplace?: booleanIf true, replaces the current history entry instead of pushing a new one.
Optional navigation state passed along with the route transition.
Inline styles applied to the underlying element.
Sets the link target attribute (e.g., "_blank").
Target location (route) to navigate to.
React navigation link component (like a typed NavLink) that forwards props and supports common link attributes.