yew_router_nested

Module components

Source
Expand description

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§

  • Properties for RouterButton and RouterLink.
  • An anchor tag Component that when clicked, will navigate to the provided route.
  • Changes the route when clicked.

Enums§

  • Message for RouterButton and RouterLink.

Type Aliases§

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