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 445e26c commit 7619a36Copy full SHA for 7619a36
README.md
@@ -11,6 +11,13 @@ Add the package with the package manager via NPMs registry of choice to your pro
11
- **pnpm**: `pnpm add react-section-dividers`
12
- **npx**: `npx -p react-section-dividers`
13
14
+Besides `react` and `react-dom` this package has `@emotion/react` as a peer dependency. Make sure it is a dependency of your project:
15
+
16
+- **yarn**: `yarn add @emotion/react`
17
+- **npm**: `npm install @emotion/react`
18
+- **pnpm**: `pnpm add @emotion/react`
19
+- **npx**: `npx -p @emotion/react`
20
21
## Dividers
22
23
### Aslant
0 commit comments