@resistdesign/voltra
Preparing search index...
web
Route
Function Route
Route
<
ParamsType
extends
Record
<
string
,
any
>
>
(
props
:
PropsWithChildren
<
RouteProps
<
ParamsType
>
>
,
)
:
Element
Web Route wrapper.
Behavior:
In matcher mode (
path
/
exact
/
onParamsChange
), behaves like core
Route
.
In root/provider mode, auto-injects a browser adapter unless one is supplied.
Type Parameters
ParamsType
extends
Record
<
string
,
any
>
Parameters
props
:
PropsWithChildren
<
RouteProps
<
ParamsType
>
>
Returns
Element
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@resistdesign/voltra
Loading...
Web Route wrapper.
Behavior:
path/exact/onParamsChange), behaves like coreRoute.