[][src]Module yew_router::components

Components that integrate with the route agent.

At least one bridge to the agent needs to exist for these to work. This can be done transitively by using a Router component, which owns a bridge to the agent.

Structs

Props

Properties for RouterButton and RouterLink.

RouterAnchor

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

RouterButton

Changes the route when clicked.

Enums

Msg

Message for RouterButton and RouterLink.

Type Definitions

RouterLinkDeprecated

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