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 470dc24 commit 216fdf0Copy full SHA for 216fdf0
README.md
@@ -19,7 +19,11 @@ Documentation for this project is available at [react-window.vercel.app](https:/
19
Each release also ships with its own copy of the documentation (in the `docs` folder) which can be viewed by running:
20
21
```sh
22
+# From the package directory
23
npx serve -s docs
24
+
25
+# Or as an NPM-installed dependency
26
+npx serve -s ./node_modules/react-window/docs
27
```
28
29
> [!NOTE]
0 commit comments