Install it and run:
npm install
npm run dev
This example uses Vite.js.
It includes @mui/material
and its peer dependencies, including Emotion, the default style engine in Material UI v5.
🚩 Issue: When using Stack as a wrapper, content intended for landscape orientation gets cut off to the width of a portrait-oriented page, creating display issues.
👉 Solution: Explore our repository to learn methods for managing different page orientations without using Stack, thereby avoiding content clipping issues.