You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/drawer/navigation.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ To use the Drawer for navigating between pages:
18
18
* Put the `@Body` tag in the `<Content>` tag of the drawer.
19
19
* Provide a collection of models that describe the pages you want the user to navigate to.
20
20
21
+
>tip You can find a runnable sample that showcases this in the [Drawer as Side Navigation](https://github.com/telerik/blazor-ui/tree/master/drawer/sidenav) sample project.
22
+
21
23
>caption Use the Drawer for Navigation in `MainLayout.razor`
0 commit comments