- : The most basic UI element. Centers content horizontally.
- : An element that isolates/wraps css styles.
- : allows page layout grid control on 12-column grid layout. e.g.:
<Grid item xs={12} sm={6}><Paper className={classes.paper}>Test</Paper>
item: pass the item property to components inside a container component so that they become items.