CSS transitions do not work with React MUI objects
I set the height of a MUI Box object with state variables, and it perfectly works: as soon as the states change, the size changes accordingly.
Use CSS transitions with React MUI objects
I set the height of a MUI Box object with state variables, and it perfectly works: as soon as the states change, the size changes accordingly.