Skip to content

Commit

Permalink
Change props example on RichTreeView
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas committed Jan 26, 2024
1 parent a4c9ba6 commit a6a5a63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/pages/blog/mui-x-v7-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ const myDataSet = [
```

```jsx
<RichTreeView
items={myDataSet}
defaultCollapseIcon={<ExpandMoreIcon />}
defaultExpandIcon={<ChevronRightIcon />}
/>
<RichTreeView items={myDataSet} multiSelect />
```

Check out the [new component](https://next.mui.com/x/react-tree-view/rich-tree-view/items/)!
Expand Down

0 comments on commit a6a5a63

Please sign in to comment.