You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 week ago | |
|---|---|---|
| .. | ||
| RichTreeView | 1 week ago | |
| SimpleTreeView | 1 week ago | |
| TreeItem | 1 week ago | |
| TreeItem2 | 1 week ago | |
| TreeItem2DragAndDropOverlay | 1 week ago | |
| TreeItem2Icon | 1 week ago | |
| TreeItem2LabelInput | 1 week ago | |
| TreeItem2Provider | 1 week ago | |
| TreeView | 1 week ago | |
| hooks | 1 week ago | |
| icons | 1 week ago | |
| internals | 1 week ago | |
| models | 1 week ago | |
| modern | 1 week ago | |
| node | 1 week ago | |
| themeAugmentation | 1 week ago | |
| useTreeItem2 | 1 week ago | |
| CHANGELOG.md | 1 week ago | |
| LICENSE | 1 week ago | |
| README.md | 1 week ago | |
| index.d.ts | 1 week ago | |
| index.js | 1 week ago | |
| package.json | 1 week ago | |
README.md
MUI X Tree View
This package is the Community plan edition of the Tree View components. It's part of MUI X, an open-core extension of our Core libraries, with advanced components.
Installation
Install the package in your project directory with:
npm install @mui/x-tree-view
This component has the following peer dependencies that you will need to install as well.
"peerDependencies": {
"@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
Documentation
Visit https://mui.com/x/react-tree-view/ to view the full documentation.