NavLink {reactRouter}R Documentation

NavLink

Description

https://reactrouter.com/6.30.0/components/nav-link

https://reactrouter.com/en/main/components/nav-link

Usage

NavLink(...)

NavLink.shinyInput(inputId, ...)

updateNavLink.shinyInput(
  session = shiny::getDefaultReactiveDomain(),
  inputId,
  ...
)

Arguments

...

Props to pass to element.

inputId

ID of the component.

session

Object passed as the 'session' argument to Shiny server.

Value

A NavLink component.


[Package reactRouter version 0.1.0 Index]