react-window 2.2.0-alpha.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,16 +28,6 @@ npm install react-window
|
|
|
28
28
|
|
|
29
29
|
Documentation for this project is available at [react-window.vercel.app](https://react-window.vercel.app/).
|
|
30
30
|
|
|
31
|
-
Each release also ships with its own copy of the documentation (in the `docs` folder) which can be viewed by running:
|
|
32
|
-
|
|
33
|
-
```sh
|
|
34
|
-
# From the package directory
|
|
35
|
-
npx serve -s docs
|
|
36
|
-
|
|
37
|
-
# Or as an NPM-installed dependency
|
|
38
|
-
npx serve -s ./node_modules/react-window/docs
|
|
39
|
-
```
|
|
40
|
-
|
|
41
31
|
> **Note**: Older version 1.x documentation can be found at [react-window-v1.vercel.app](https://react-window-v1.vercel.app/) or on the NPM page for a specific version, e.g. [1.8.11](https://www.npmjs.com/package/react-window/v/1.8.11).)
|
|
42
32
|
|
|
43
33
|
## TypeScript types
|