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.
|
|
4 weeks ago | |
|---|---|---|
| .. | ||
| RichTreeView | 4 weeks ago | |
| SimpleTreeView | 4 weeks ago | |
| TreeItem | 4 weeks ago | |
| TreeItem2 | 4 weeks ago | |
| TreeItem2DragAndDropOverlay | 4 weeks ago | |
| TreeItem2Icon | 4 weeks ago | |
| TreeItem2LabelInput | 4 weeks ago | |
| TreeItem2Provider | 4 weeks ago | |
| TreeView | 4 weeks ago | |
| hooks | 4 weeks ago | |
| icons | 4 weeks ago | |
| internals | 4 weeks ago | |
| models | 4 weeks ago | |
| modern | 4 weeks ago | |
| node | 4 weeks ago | |
| themeAugmentation | 4 weeks ago | |
| useTreeItem2 | 4 weeks ago | |
| CHANGELOG.md | 4 weeks ago | |
| LICENSE | 4 weeks ago | |
| README.md | 4 weeks ago | |
| index.d.ts | 4 weeks ago | |
| index.js | 4 weeks ago | |
| package.json | 4 weeks 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.