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.
2 parents 18faa5a + c031707 commit af10898Copy full SHA for af10898
README.md
@@ -5,6 +5,26 @@
5
I've made this package for parsing Next.js `pathname` to structured segments, which you can use in various ways, for
6
example for creating breadcrumbs for current page.
7
8
+## Installation
9
+
10
+### PNPM
11
12
+```bash
13
+pnpm add next-router-segments
14
+```
15
16
+### NPM
17
18
19
+npm i next-router-segments
20
21
22
+### YARN
23
24
25
+yarn add next-router-segments
26
27
28
## Usage
29
30
### Next.js (App Router)
0 commit comments