Top "Material-ui" questions

React Components that Implement Google's Material Design.

How to apply different color in AppBar Title material-ui

I am trying to use my custom color for AppBar header. The AppBar has title 'My AppBar'. I am using …

reactjs material-ui
Scrollable List Component from Material-UI in React

How to make the List component (see http://www.material-ui.com/#/components/list) fixed-size and scrollable? Every time I add …

reactjs material-ui
How to enlarge the SVG icon in material-ui iconButtons?

Has anyone build webpages using react.js and the Material UI library? How should I resize the icon size? It …

css svg reactjs material-design material-ui
How to use pseudo selectors in material-ui?

I have been trying to achieve the simple thing. I was trying to show/hide my <TreeMenu/> component …

css reactjs material-ui
changing font family of all material-ui(version 1) components

Can we change the font family of material-ui components with less code. I have tried many ways but still, I …

reactjs material-ui
Handle change on Autocomplete Component from material ui

I want to use Autocomplete component for input tags. I'm trying to get the tags and save them on a …

reactjs material-ui
How can I remove the underline of TextField from Material-UI?

I want the TextField to be naked(no underline) when using material-ui TextField. I do know that using InputBase from …

css reactjs material-ui
How Can I Mask My Material-UI TextField?

I have a TextField for phone numbers in a short form. And then i want to mask this form field …

reactjs material-ui input-mask
Full Width Material-UI Grid not working as it should

I am trying to understand Material-UI@next grid layout system. My goal is to have two papers that expand through …

css reactjs material-design material-ui
Cannot change font size of text field in material ui

I am trying to learn material ui. I want to enlarge the text field on my page. However, the styles …

css reactjs material-ui