material-ui
material-ui copied to clipboard
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
Speed up type checking by leverage `--incremental` compilation and caching tsbuildinfo without cache: [8m39s](https://app.circleci.com/pipelines/github/mui/material-ui/162719/workflows/12b5d6b4-4c73-434e-bfaf-5ed2519352a6/jobs/867853) with cache: [5m32s](https://app.circleci.com/pipelines/github/mui/material-ui/162719/workflows/f3060075-cba7-4a1a-96cd-a8ba8c2054cd/jobs/867862) (-36%)
on master: [8m7s](https://app.circleci.com/pipelines/github/mui/material-ui/162591/workflows/945ec7ee-dead-44f4-8de9-587f502ef8f0/jobs/867202) on this PR: [5m51s](https://app.circleci.com/pipelines/github/mui/material-ui/162639/workflows/80cbe484-9014-463d-927f-a662573f14f3/jobs/867451) (-28%) before: after:
### Overview This PR addresses two long-standing and critical issues in the Masonry component: 1. A noticeable flicker and layout shift on initial render, where items briefly stack in a...
1. open https://mui.com/ 2. click on `Search` 3. Notice layout shift in the background This PR fixes layout shifting caused by algolia modal
### Steps to reproduce Link to live example: (required) https://codesandbox.io/p/sandbox/frosty-snow-tlq78l?file=%2Fpackage.json%3A6%2C32 Steps: 1. Remove "Item one"  2. After remove there is scrollable mode with arrow on the right  ###...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 The following code shows a...
### Steps to reproduce 🕹 Link to live example: https://stackblitz.com/edit/react-tsmx9v?file=src%2Fstyle.css https://github.com/user-attachments/assets/b1135362-65cf-4c89-9c6c-c8ff1b4d9e1a Steps: 1. Load the page in Chrome 117 or newer ### Current behavior 😯 The very first frame has...
### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/nostalgic-fog-9z6fzy Steps: 1. Observe the end scroll button overlapping the initially focused tab. ### Current behavior When the initial `value` is the...
### Steps to reproduce 1. **Device:** iPhone 14 Pro Max, **OS:** iOS 26.0 2. **Browser:** Safari or Chrome on iOS (both are WebKit-based) 3. Open the Material UI docs →...
### Summary Same as https://github.com/mui/base-ui/issues/809. The action plan would involve: - [ ] Close #42548 - [ ] Run all the tests on the output of the compiler. I believe...