New to KendoReact? Learn about KendoReact Free.
Routing
Updated over 6 months ago
You can use the PanelBar as a navigational component with any router library.
Using Custom Properties to Set Route Paths
To use custom properties and set the route path:
- Apply the
routecustom property to thePanelBarItem. - Set the property to the corresponding path.
- After the user makes a selection, identify the selected PanelBarItem by its
routeproperty and redirect the source.
Change Theme
Theme
Loading ...