dantrain / react-stonecutter

Animated grid layout component for React
http://dantrain.github.io/react-stonecutter
MIT License
1.21k stars 72 forks source link

centered layout? #41

Closed kyeotic closed 6 years ago

kyeotic commented 6 years ago

Is there a layout that will center items when the row is not full?

dantrain commented 6 years ago

Not as yet. I recommend copying one of the existing layouts and adjusting it to suit your needs, and then supply this to the layout prop of the Grid. Would be happy to accept PRs for more layouts!