Top "Material-ui" questions

React Components that Implement Google's Material Design.

Material UI Menu using routes

I am toying with material-ui. I implemented LeftNav using routes, but I could not find a way to get IconMenu, …

reactjs material-design material-ui
What is the easiest way to use material design in a react-native iOS app?

I have found these partial implementations on Github as the leading contenders although they have a way to go: react-native-material-kit …

material-design react-native material-ui
How can I set a height to a Dialog in material-ui?

I'm going with the material-ui example for a Dialog with a custom width: const customContentStyle = { width: '100%', maxWidth: 'none', }; // …

reactjs material-ui
material-ui TextField disable Browser autoComplete

I use material ui v0.20.0 and I have to prohibit saving the password for a user with TextField. I added …

html forms input autocomplete material-ui
Make material-ui reactjs FloatingActionButton float

After trying to find an example where the FloatingActionButton floats at its standard bottom-right screen position with no results, I …

html css reactjs material-ui
how to import material ui icons?i met some problems using Material ui icons

I was using material UI with react in my project,and i have some troubles when it come to import …

javascript reactjs material-ui
react-hook-form's setValue method is not working if input is in material ui dialog

I tried to use react-hook-form to validate inputs. But I found that if the input is placed in Material UI's …

reactjs material-ui react-hook-form
Align Card Buttons on bottom Material UI

I am developing an app in ReactJS and i'm using the following: MaterialUI (for react) and React Flexbox. The problem …

css reactjs material-ui react-flexbox-grid
Formik and Material-UI

I am trying to use Formik with Material-UI text field. Like so: import TextField from '@material-ui/core/TextField'; import { …

javascript reactjs typescript material-ui formik
How to add a link to a List in material-ui 1.0?

The following messes with the onClick animation (the ListItem turns red): <List> <a href="https://www.google.…

reactjs material-ui