Skip to content

Commit 4d62e29

Browse files
committed
Add installation instructions
1 parent fead49d commit 4d62e29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ modern frameworks which use ES modules (Remix v2, newer versions of Next.js, Vit
77
The package provides esm and cjs bundles. It is compatible both with modern build tools
88
like Remix v2 and with older tools like Webpack 4.
99

10+
## Installation
11+
12+
With yarn:
13+
14+
```bash
15+
yarn add react-dropzone-esm
16+
```
17+
18+
With npm:
19+
20+
```bash
21+
npm install react-dropzone-esm
22+
```
23+
1024
## Differences from react-dropzone
1125

1226
- ESM and CJS bundles

0 commit comments

Comments
 (0)