We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d3c82 commit e74c7f0Copy full SHA for e74c7f0
README.md
@@ -22,6 +22,15 @@ A flexible navigation stack for Blazor. Easily manage complex page chains with a
22
</table>
23
24
## Installation
25
+Add the nuget package in your Blazor project
26
+```
27
+> dotnet add package Blazor.NavigationStack
28
+
29
+OR
30
31
+PM> Install-Package Blazor.NavigationStack
32
33
+*Nuget package page can be found [here](https://www.nuget.org/packages/Blazor.NavigationStack).*
34
## Basic Usage
35
### Obtaining INavigationStack
36
All operations on the Blazor navigation stack can be done through INavigationStack interface.
0 commit comments