React Tree Component with Smooth Expand/Collapse Animation

/** * @file * @author * @version * @since * @description This is a generic component used to show the cube's outline (dimensions roles tree). */ import * as React from 'react'; import Box from '@mui/material/Box'; import { useEffect, useState } from 'react'; import MetaApi from '../utils/meta-api'; const CubeOutline = ({ cubeGid, callbac ...

Posted on Tue, 16 Jun 2026 16:16:17 +0000 by visionmaster