Answers for "spacing material ui makestyles"

1

spacing material ui makestyles

const theme = createMuiTheme({
  spacing: [0, 4, 8, 16, 32, 64],
});

theme.spacing(2); // = 8
Posted by: Guest on December-21-2020

Browse Popular Code Answers by Language