material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

Results 1545 material-ui issues
Sort by recently updated
recently updated
newest added

### 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:...

not planned
scope: text field
customization: theme
has workaround

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....

scope: data grid
customization: theme
type: enhancement
design: ui

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...

support: question
scope: system

## 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 ✅...

scope: system

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).

type: bug
scope: select

### 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...

type: bug
scope: text field
ready to take

### 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...

scope: system
hook: useMediaQuery
has workaround

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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjscodeshift/17.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjscodeshift/0.12.0/17.3.0?slim=true) | | [@types/jsdom](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom)...

dependencies

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Repository with minimal code...

support: question
scope: drawer
component: SwipeableDrawer

### 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,...

accessibility
scope: dialog
ready to take