Top "Material-ui" questions

React Components that Implement Google's Material Design.

Bootstrap vs Material UI for React?

I have been using both in my projects and sometimes I find the need to use a Material UI component …

reactjs bootstrap-4 material-ui
How to style Material-UI's tooltip?

How can I style Material-UI's tooltip text? The default tooltip on hover comes out black with no text-wrap. Is it …

reactjs tooltip material-ui formsy-material-ui
How to make the whole Card component clickable in Material UI using React JS?

Im using Material UI Next in a React project. I have the Card component which has an image(Card Media) …

javascript css reactjs material-design material-ui
material-ui how can I style the scrollbar with CSS in JS?

I really hate having to have an external stylesheet for my scrollbar stylings and I want to put it in …

reactjs material-ui jss
How to use custom Input with Formik in React?

I'm trying to use DatePicker within Formik. But when I click DatePicker's date its form value is not changed. Instead, …

reactjs react-native material-ui formik
How to use material-ui framework?

I'm planning to use Material-UI CSS framework (http://material-ui.com) in order to design front-end of a website, but I …

material-design material-ui
Set min/max on TextField type="number"?

I'm using Material UI v1.0.0-beta23 along with redux-form and redux-form-material-ui. I have a Field that is type number and …

material-ui redux-form
Material-UI next - Styling text inside ListItemText

i'm trying to apply style to the text inside a ListItemText (Material-UI @next): const text = { color: 'red' } <ListItem button&…

reactjs material-ui
How to align a component to the center/right

I want to align my button to the right of the parent. I was wondering if there is a proper …

javascript reactjs material-ui
How can I customize the color of a Checkbox in material-ui

I am using material-ui in my project, and I have a Checkbox within a div with a black background. But …

material-ui