Questions tagged [mui]

Inquiries related to the Material UI library, which consists of React components that follow Google's Material Design guidelines, should be tagged with this specific tag. MUI is responsible for maintaining this open-source project.

How can the animation of Material UI expansion panel be turned off?

Is there a way to turn off the animation for Material UI expansion panels in React? I'm trying to disable all animations on the panel. Any tips on how to achieve this? I attempted to overwrite the transitions, but it didn't work as expected. How would you ...

Challenges with Spreading Props in TextField Component After MUIv4 Upgrade with TypeScript

Latest Material-UI Version: 4.1.0 I'm encountering difficulties in passing props to an abstracted <TextField /> component that I've developed. Below is the snippet of code: PasswordInput.tsx import * as React from 'react' import TextField, { Prop ...