[][src]Type Definition yew_router::components::RouterLink

type RouterLink<T> = RouterAnchor<T>;
👎 Deprecated:

Has been renamed to RouterAnchor

An anchor tag Component that when clicked, will navigate to the provided route.

Alias to RouterAnchor.