elze / react-mui-custom-tree-item

An application that uses React MUI (Material UI) to display a customized tree. Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/react-ja3edv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An application that uses React MUI (Material UI) to display a customized tree

It is based on create-react-app.

It uses React MUI (Material UI) library (https://mui.com/) to display a tree view of data. The appearance of the tree nodes is customized in their appearance, and their content is generated programmatically. This was possible thanks to this Stack Overflow article: https://stackoverflow.com/questions/69481071/material-ui-how-to-pass-custom-props-to-a-custom-treeitem.

It is deployed on Vercel here: https://react-mui-custom-tree-item.vercel.app/

The data displayed in the tree doesn't make much sense and has little to do with this project; it's borrowed from another, unrelated experiment of mine.

To run it

Edit on StackBlitz ⚡️

or

  • clone or download the source code

  • cd into the top level directory

  • run

npm install

npm start

react-ja3edv

Edit on StackBlitz ⚡️

About

An application that uses React MUI (Material UI) to display a customized tree. Created with StackBlitz ⚡️

https://stackblitz.com/edit/react-ja3edv


Languages

Language:JavaScript 91.9%Language:CSS 4.5%Language:HTML 3.6%