Marija Najdova

Results 224 comments of Marija Najdova

> The current Remix example is a bit outdated and hard to integrate with new Remix templates. I created https://github.com/mahmoudmoravej/remix-mui/pull/1. It helps alot in quick and smooth MUI + Remix...

@siriwatknp, @DiegoAndai what do you think about these changes? This will help with removing horizontal scroll when the container has an `overflow: auto` (see the issues's [Codesandbox](https://codesandbox.io/s/kind-dust-lvs96p?file=/src/Demo.tsx))

> I'm still having trouble understanding the difference between inputProps vs InputProps ```diff --git a/packages/material-ui/src/TextField/TextField.js b/packages/material-ui/src/TextField/TextField.js index c33fab4291..7a582b6b84 100644 --- a/packages/material-ui/src/TextField/TextField.js +++ b/packages/material-ui/src/TextField/TextField.js @@ -302,7 +302,7 @@ TextField.propTypes /* remove-proptypes...

> 1. slotProps.htmlInput: Differentiates the name from slotProps.input and follows React's htmlFor pattern. Pro: keeps the input element available without accessing nested slots. I like this better, hoisting the API...

> Should I move it to MUI lab? Yes. > If yes, how to reuse the Snackbar component styles into SnackbarsProvider styles without duplicating code by exporting from mui/material to...

I strongly believe this is a feature we are leaking to have in house, for example [Chakra UI](https://chakra-ui.com/docs/components/feedback/toas), [Ant design](https://ant.design/components/notification/) and [Mantine](https://mantine.dev/others/notifications/) all support it, so I would propose continuing...

> Thanks for the reviews. Summarizing the discussion here since there are multiple things and will help us what steps we should take next in this PR. > > I...

> @mnajdova What do you think? Sounds great 👍

After adding few Tailwind CSS demos, I feel like this is really important. The main reason is that, we can't use class names for the same CSS property more than...

@DiegoAndai one more thing to be handled for React 19 compatibility. Thanks @eps1lon for the instructions :)