Top "Material-ui" questions

React Components that Implement Google's Material Design.

How to get input textfield values when enter key is pressed in react js?

I want to pass textfield values when user press enter key from keyboard. In onChange() event, I am getting the …

javascript reactjs material-ui
react Material-ui, How do I know I can use onClick for button?

The list of properties on the doc doesn't include onClick (http://www.material-ui.com/#/components/icon-button) How do I know …

reactjs material-ui
Intercept/handle browser's back button in React-router?

I'm using Material-ui's Tabs, which are controlled and I'm using them for (React-router) Links like this: <Tab value={0} label="…

javascript reactjs react-router material-ui
How to add multiple classes in Material UI using the classes props

Using the css-in-js method to add classes to a react component, how do I add multiple components? Here is the …

css reactjs material-design material-ui jss
How to change the border color of Material-UI <TextField/>

I can't seem to figure out how to change the outline color of an outlined variant I looked around GitHub …

reactjs material-ui jss
Form validation with react and material-ui

I am currently trying to add validation to a form that is built using material-ui components. I have it working …

validation events reactjs material-ui
What's the right way to float right or left using the material-ui appbar with material-ui-next?

I can't figure out if I'm using the right approach to get the login/logout buttons to float right in …

reactjs material-ui material-design next.js react-flexbox-grid
Material-ui adding Link component from react-router

I'm struggling to add <Link/> component to my material-ui AppBar This is my navigation class: class Navigation extends …

javascript reactjs react-router material-ui
How to invalidate a TextField in Material UI

I am using TextField component to capture phone number. As the user is typing, I want to invalidate the entry …

javascript validation material-ui textfield
How to extend a React component?

Let's say there's a React component that I like, but want to modify. For this example, we'll use Material UI's …

reactjs material-ui