Skip to content

Commit 2bce44a

Browse files
chore(drawer): link sidenav sample project
1 parent 6f57340 commit 2bce44a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

components/drawer/navigation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ To use the Drawer for navigating between pages:
1818
* Put the `@Body` tag in the `<Content>` tag of the drawer.
1919
* Provide a collection of models that describe the pages you want the user to navigate to.
2020

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+
2123
>caption Use the Drawer for Navigation in `MainLayout.razor`
2224
2325
````CSHTML

components/drawer/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,4 @@ The Drawer methods are accessible through it's reference. The reference exposes
148148
* [Drawer Events]({%slug drawer-events%})
149149
* [Drawer Templates]({%slug drawer-templates%})
150150
* [Drawer Selection]({%slug drawer-selection%})
151+
* [Sample Project: Drawer as Side Navigation](https://github.com/telerik/blazor-ui/tree/master/drawer/sidenav)

0 commit comments

Comments
 (0)