How to add padding and margin to all Material-UI components?
You can use de “Spacing” in a BOX component just by importing the component first: import Box from ‘@material-ui/core/Box’; The Box component works as a “Wrapper” for the component you want to “Modify” the spacing. then you can use the next properties on the component: The space utility converts shorthand margin and padding props to … Read more