Answer the question
In order to leave comments, you need to log in
How to add style to MaterialUi React component?
How to add style to element like top padding?
https://codesandbox.io/s/material-demo-1r2yo
As an option, of course I can do this, but it seems to me wrong.
const useStyles = makeStyles(theme => ({
root: {
marginTop: 10
}
}));
const MainListItems = () => {
const classes = useStyles();
return (
<div>
<ListItem button className={classes.root}>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question