material-ui
material-ui copied to clipboard
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
### Steps to reproduce Steps: 1. install claude code 2. install mcp server 3. ask it to search material-ui documentation ### Current behavior ``` ● mui-mcp - useMuiDocs (MCP)(urlList: ["https://llms.mui.com/material-ui/7.2.0/llms.txt"])...
Added a few types to better under stand how the code flows wrt webpack cache. May as well commit them for future use. The code didn't alter semantically in any...
Remove stackblitz/codesandbox buttons and replace with a single "Open sandbox" button that opens StackBlitz with the demo/template. * https://deploy-preview-47046--material-ui.netlify.app/material-ui/getting-started/templates/ * https://deploy-preview-47046--material-ui.netlify.app/material-ui/react-button/#basic-button * https://deploy-preview-47046--material-ui.netlify.app/joy-ui/getting-started/templates/ * https://deploy-preview-47046--material-ui.netlify.app/joy-ui/customization/theme-builder/#color Closes https://github.com/mui/mui-public/issues/723 Some benchmarks for...
Uses a [separate index](https://dashboard.algolia.com/apps/TZGZ85B9TB/explorer/browse/material-ui-v5) based on https://v5.mui.com/. We remove the `master` filter because the version is set to `v5` everywhere except Toolpad, which has `master` as its version. There are...
Uses a [separate index](https://dashboard.algolia.com/apps/TZGZ85B9TB/explorer/browse/material-ui-v6) based on https://v6.mui.com/ Adds a [new crawler](https://dashboard.algolia.com/apps/TZGZ85B9TB/crawler/crawler/d3491e09-18c5-4922-9b44-be7a02f72a6b/overview) that crawls once a month. Fix: https://github.com/mui/material-ui/issues/45771 - [x] I have followed (at least) the [PR section of the...
### Steps to reproduce On iOS devices, the labels of multiline TextField components are not displaying properly. The issue seems to occur specifically with multiline inputs — labels may overlap...
### Steps to reproduce Steps: 1. Open this link to live example: https://codesandbox.io/p/sandbox/modern-moon-ntps8w 2. Click the edit icon to open the activity 3. In activity click update to open Inner...
### Summary Removing the `data-testid` from icons only for production is very confusing because if you run e2e tests with the production version, as we do, you might have your...
- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). ## Details ### This pr is for fixing 2 problems 1. Component using `document.activeElement` cannot detect...