Questions tagged [react-flexbox-grid]

No instructions have been provided for this particular label as of yet!

What is the correct method for aligning to the right or left within the material-ui appbar using material-ui-next version?

Having trouble getting the login/logout buttons to float right using material-ui-next ("material-ui": "^1.0.0-beta.22"). It looks like they removed iconElementRight= from the api. Is the new solution to use <Grid> in the appbar? Seems a bit clunky. W ...

Displaying grid elements in a single row - Using ReactJS with Material-UI

I am attempting to design a material ui carousel that shows 3 items in one row, even when the browser window is resized. I want the excess items to be hidden instead of being stacked below. Here is how it looks on full screen: https://i.stack.imgur.com/r ...