Skip to content

Commit 47001bc

Browse files
committed
readme
1 parent cb9715f commit 47001bc

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,15 @@ The DataGrid component is designed to handle large datasets efficiently while of
6666
Install `react-data-grid` using your favorite package manager:
6767

6868
```sh
69+
# npm
6970
npm i react-data-grid
70-
```
71-
72-
```sh
71+
# Vite+
72+
vp add react-data-grid
73+
# pnpm
7374
pnpm add react-data-grid
74-
```
75-
76-
```sh
75+
# Yarn
7776
yarn add react-data-grid
78-
```
79-
80-
```sh
77+
# Bun
8178
bun add react-data-grid
8279
```
8380

0 commit comments

Comments
 (0)