material-ui
material-ui copied to clipboard
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
## **2. Theming – Icons** 👉 [(All in one) Code Example](https://stackblitz.com/edit/zqftlzn6-ppupu6oe?file=src%2FDemo.tsx) ### **2.1 Missing centralized replacement points** - Some icons (e.g., **Pagination**) can only be replaced directly on the component,...
## **4. Theming – Spacings** The spacing theming has no clear or direct impact. Adjusting it primarily leads to inconsistent spacing in MenuItems within MenuList or in other features, which...
### **Hello MUI Team,** At **sipgate**, we are developing a central design system and recently started using **MUI X DataGrid Premium (v8.8)**. Our goal is to create a consistent base...
### Steps to reproduce ## **3. Theming – Fonts** **Issue:** - `line-height` behaves differently in **ColumnHeader** vs. **Cell**: - **ColumnHeader:** text remains centered (controlled by parent element). - **Cell:** `line-height`...
### Steps to reproduce Steps: 1. Open this link to live example: https://codesandbox.io/p/devbox/dreamy-jerry-x84wzk 2. Click the Filter button to toggle the Drawer 3. Ensure that scrolling on the drawer does...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`4.5.14` -> `5.4.21`](https://renovatebot.com/diffs/npm/vite/4.5.14/5.4.21) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@fortawesome/fontawesome-svg-core](https://fontawesome.com) ([source](https://redirect.github.com/FortAwesome/Font-Awesome)) | [`^6.7.2` -> `^7.1.0`](https://renovatebot.com/diffs/npm/@fortawesome%2ffontawesome-svg-core/6.7.2/7.1.0) |  |  | | [@fortawesome/free-solid-svg-icons](https://fontawesome.com)...
### Steps to reproduce I copied the curd template as in the instructions here to my project, but it generates a lot of errors: https://github.com/mui/material-ui/tree/v7.3.3/docs/data/material/getting-started/templates/crud-dashboard Obviously it depends on other...
### Steps to reproduce Steps: 1. Open this link to live example: https://stackblitz.com/edit/github-jgrb4bnu-1angvf1e?file=src%2FcreateTheme.tsx 2. stop the vite dev server 3. run `npm run tsc` ### Current behavior Compiling the presented...
Related to https://github.com/mui/mui-x/pull/14508 and https://github.com/mui/material-ui/pull/43625 Help toward https://github.com/mui/mui-public/issues/170 This also contains all the actual test changes to make material-ui repo run on vitest, while #43625 contains only config changes