Adds annotations to Mirador 4 implementation
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.
 
 
 
astanley dc3cc1cb13 initial commit 1 week ago
..
RichTreeView initial commit 1 week ago
SimpleTreeView initial commit 1 week ago
TreeItem initial commit 1 week ago
TreeItem2 initial commit 1 week ago
TreeItem2DragAndDropOverlay initial commit 1 week ago
TreeItem2Icon initial commit 1 week ago
TreeItem2LabelInput initial commit 1 week ago
TreeItem2Provider initial commit 1 week ago
TreeView initial commit 1 week ago
hooks initial commit 1 week ago
icons initial commit 1 week ago
internals initial commit 1 week ago
models initial commit 1 week ago
modern initial commit 1 week ago
node initial commit 1 week ago
themeAugmentation initial commit 1 week ago
useTreeItem2 initial commit 1 week ago
CHANGELOG.md initial commit 1 week ago
LICENSE initial commit 1 week ago
README.md initial commit 1 week ago
index.d.ts initial commit 1 week ago
index.js initial commit 1 week ago
package.json initial commit 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.