JSPM

  • Created
  • Published
  • Downloads 591623
  • Score
    100M100P100Q262697F
  • License MIT

The community edition of the tree view components (MUI X).

Package Exports

  • @mui/x-tree-view
  • @mui/x-tree-view/TreeItem
  • @mui/x-tree-view/TreeItem/index.js
  • @mui/x-tree-view/TreeView
  • @mui/x-tree-view/TreeView/index.js
  • @mui/x-tree-view/index.js
  • @mui/x-tree-view/internals/TreeViewProvider
  • @mui/x-tree-view/internals/TreeViewProvider/DescendantProvider
  • @mui/x-tree-view/internals/TreeViewProvider/DescendantProvider.js
  • @mui/x-tree-view/internals/TreeViewProvider/index.js
  • @mui/x-tree-view/internals/TreeViewProvider/useTreeViewContext
  • @mui/x-tree-view/internals/TreeViewProvider/useTreeViewContext.js
  • @mui/x-tree-view/internals/plugins/defaultPlugins
  • @mui/x-tree-view/internals/plugins/defaultPlugins.js
  • @mui/x-tree-view/internals/useTreeView
  • @mui/x-tree-view/internals/useTreeView/index.js
  • @mui/x-tree-view/node/TreeItem/index.js
  • @mui/x-tree-view/node/TreeView/index.js
  • @mui/x-tree-view/node/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mui/x-tree-view) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

MUI X Tree View

This package is the community edition of the tree view components. It's part of MUI X, an open-core extension of MUI Core, 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",
  "react": "^17.0.0 || ^18.0.0",
  "react-dom": "^17.0.0 || ^18.0.0"
},

Documentation

Visit https://mui.com/x/react-tree-view/ to view the full documentation.