Skip to content

Commit

Permalink
Merge pull request #82 from valerius21/patch-1
Browse files Browse the repository at this point in the history
Add `use-resize-observer` to dependencies to install for treeview.
  • Loading branch information
BelkacemYerfa authored Aug 7, 2024
2 parents b069090 + 7c7be56 commit b3426db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/tree-view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ links:
<Step>Install the following dependencies:</Step>

```bash
npm install @radix-ui/react-accordion
npm install @radix-ui/react-accordion use-resize-observer
npx shadcn-ui@latest add scroll-area
```

Expand Down Expand Up @@ -635,4 +635,4 @@ export default TOCWrapper;

So the end result is going to be like this :

<ComponentPreview name="tree-view-guide" />
<ComponentPreview name="tree-view-guide" />

0 comments on commit b3426db

Please sign in to comment.