material-ui
material-ui copied to clipboard
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
### Summary Add size variants for 'xs' and 'tiny'. I find even `small` to be too big. Suggested sizing: **For 'xs':** fontSize: 16 height: 30 **For 'tiny':** fontSize: 14 height:...
Palette value usage is not really uniform in the data grid in its current form. ### Palette → Grey - Grey palette values are not really used in the DataGrid....
Apologize if this is not the right place to ask, but I'm looking into mui-system for my team's component library which uses styled-components, and I'm wondering if there are plans...
## Add `shouldForwardProp` to theme This PR adds support for `shouldForwardProp` in theme component configuration to prevent custom variant props from being forwarded to the DOM. ### Implementation Complete ✅...
Fixes https://github.com/mui/material-ui/issues/47035 - [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).
### Steps to reproduce 1. open https://stackblitz.com/edit/nextjs-ziwkdm?file=package.json 2. click refresh multiple time you will see the height of textarea change from: to: ### Current behavior The height will change from...
### Steps to reproduce Compile the application with NX and NextJS ### Current behavior A null ref occurs during compile time on a call to useMediaQuery.unstable_createUseMediaQuery ### Expected behavior No...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/jscodeshift](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jscodeshift) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jscodeshift)) | [`0.12.0` -> `17.3.0`](https://renovatebot.com/diffs/npm/@types%2fjscodeshift/0.12.0/17.3.0) |  |  | | [@types/jsdom](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom)...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Repository with minimal code...
### Steps to reproduce Steps: 1. Go to https://stackblitz.com/edit/vitejs-vite-uyj92zhd?file=src%2FApp.tsx,package.json&terminal=dev or https://mui.com/material-ui/react-dialog/ 2. Turn on talkback 3. Try to access dialog content using swipe. ### Current behavior When talkback is on,...