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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -