reactjs - Material UI Grid List item Spacing -
i new material ui, increase spacing between image tiles in grid list, have followed example in material ui documentation, , have searched stack overflow similar examples, haven't found answer. or direction resources appreciated.
use padding
prop on grid list component:
<gridlist padding={20} />
read more on in documentation. also, check out code examples clicking on top right <> icon.
Comments
Post a Comment