pub type RouterLink<T> = RouterAnchor<T>;
๐Deprecated: Has been renamed to RouterAnchor
Expand description
An anchor tag Component that when clicked, will navigate to the provided route.
Alias to RouterAnchor.
Aliased Typeยง
struct RouterLink<T> { /* private fields */ }