Route {reactRouter} | R Documentation |
Route
Description
https://reactrouter.com/6.30.0/components/route
Usage
Route(..., element, key = uuid::UUIDgenerate())
Arguments
... |
Props to pass to element. |
element |
element wrapped in a 'shiny::div()'. |
key |
By default uses a UUID key in the 'div()' of the 'element' arg. |
Details
Internally the 'element' is wrapped in a 'shiny::div()' with a UUID key so, in case R shiny is used, shiny can differentiate each element.
Value
A Route component.
[Package reactRouter version 0.1.1 Index]