Top "Material-ui" questions

React Components that Implement Google's Material Design.

How to align horizontal icon and text in Material-UI

I am a newbie in material-ui, now my icon and text are not aligned : My desired results: My code is: &…

html css material-ui
How to make a dropdown menu open below the Appbar using Material-UI?

I'm new to Material-UI and just started fiddling around with their App bar with Menu example. When toggling the menu …

reactjs material-ui
How to use Material-ui@next TextField error props

I want to use Material-UI Next textfield error props link, the props type is boolean. The previous version of Material-UI …

material-ui
React Material UI Label Overlaps with Text

I'm using Material UI in a React application and trying to implement an entity update page. In this, we would …

javascript reactjs material-ui
How to setup Material-UI for React with Typescript?

I've run in some problems add Material UI to my React project, which is programmed with Typescript. According to the …

javascript reactjs typescript material-ui
Material-UI: "The key provided to the classes property is not implemented"

I am using the withStyles() HOC to override some MUI component styles, theme and breakpoints. There is obviously something I …

material-ui
I try to make my Material-UI RaisedButton link to an external url without success?

As the question in the title state. Playing with react, react-router and material-ui and in one place I want to …

reactjs react-router material-ui
How do I display an image on left of Material-UI AppBar, but retain the "hamburger" menu?

I'd like to display an image on the left of a Material-UI AppBar, but keep the "hamburger" menu and have …

reactjs material-ui appbar
How to disable box-shadows globally for all material-ui React components?

I need to disable the default box-shadows for most material-ui components. Right now I'm doing this by setting the style …

material-ui
How to use 'theme' and 'props' in makeStyles?

How do I write makeStyles() so that it allows me to use both theme variables and props? I've tried this: …

reactjs material-ui