We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcbf2b commit 7860ab7Copy full SHA for 7860ab7
1 file changed
README.md
@@ -8,12 +8,12 @@ Slick Bottom Sheet is a bottom sheet component with buttery smooth animation and
8
9
## Install
10
11
-Since this package is built with Framer Motion, you need to install it as well.
+This package requires framer-motion as a peer dependency.
12
13
```bash
14
-npm install framer-motion slick-bottom-sheet
15
-yarn add framer-motion slick-bottom-sheet
16
-pnpm install framer-motion slick-bottom-sheet
+npm install slick-bottom-sheet
+yarn add slick-bottom-sheet
+pnpm install slick-bottom-sheet
17
```
18
19
## Example
0 commit comments