Skip to content

Commit 2d8dc39

Browse files
committed
docs(web): document required radix-ui peer deps
1 parent 3b2fdd6 commit 2d8dc39

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/docs/guides/web.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ Yes, `TrueSheet` supports web! It ships a vendored drawer implementation so the
1212

1313
## Installation
1414

15-
Install `@radix-ui/react-dialog` alongside `@lodev09/react-native-true-sheet`. It's declared as an optional peer dependency and provides the underlying dialog primitives for the web renderer.
15+
Install `@radix-ui/react-dialog` and `@radix-ui/react-presence` alongside `@lodev09/react-native-true-sheet`. They're declared as optional peer dependencies and provide the underlying dialog primitives for the web renderer.
16+
17+
```sh
18+
yarn add @radix-ui/react-dialog @radix-ui/react-presence
19+
```
1620

1721
## Setup
1822

0 commit comments

Comments
 (0)