dantrain / react-stonecutter

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

gutterWidth is necessary for makeResponsive column calculation #30

Closed KaiSchniggendiller closed 7 years ago

KaiSchniggendiller commented 7 years ago

gutterWidth={0} is necessary for makeResponsive column calculation. u should add the default gutterWidth value (0) to the calculation otherwise it will always display 4 columns (defaultColumns)

gutterwidth

dantrain commented 7 years ago

Good spot thanks I'll get this fixed.

dantrain commented 7 years ago

Should be fixed in v0.3.6.