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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -