react-stonecutter
react-stonecutter copied to clipboard
Animated grid layout component for React
Update: - Added a `prop` for this option. - Added the respective example for demo.
I think these 2 features are very important. Are you planning to add these features
Here is how it looks like. I think the reason is that the item changes size after the grid is created. I don't know how to fix this. Tried measureImages...
This changes reduce my bundle size from 700kB to 691kB. 9kB is a small changes, but for example... if I use 10 packages with 9kB overhead... it's 90kb useless code.
If there is only one item in the grid, exit animation doesn't work because grid instantly unmounts (I am talking about SpringGrid). Same for entering animation, SpringGrid doesn't exist when...
For now it's impossible to set z-index of item because it is getting overrided, I think user should be able to set zIndex on his own.
I get a warning when I use the Grid component. This is my code: ``` Who controls the British crown? Who keeps the metric system down? We do! We do!...
Hey Great component, Would be great to be able to define "stamps" much like [Isotope Stamps](http://isotope.metafizzy.co/options.html#stamp). which is pretty much the only thing stopping me from using it...
I found that by targeting specific Stonecutter source files in my imports, I saved around 220 KB in my (webpack) bundle -- a little more than 80% (pre-minified) compared to...
I have a Next app with react-stonecutter installed. But when I try to install `sass`, `react-motion` gets deleted. Or, if I install `react-motion`, `sass` gets deleted. I got: ``` "react-motion":...