react-stonecutter icon indicating copy to clipboard operation
react-stonecutter copied to clipboard

Animated grid layout component for React

Results 20 react-stonecutter issues
Sort by recently updated
recently updated
newest added

I've found myself with the following situation: - Items placed using pinterest layout are properly arranged. No overlapping, gutters correctly place and distributed - Items got an image and text...

Not sure if there's already support for this, but it'd be fantastic if it were possible.

enhancement

I am using this control, but I want to move a tile to the bottom if it doesn't have an image associated with it. Is there a way to move...

I wanted to use this library within a Typescript environment. As I found no other type definitions, I created some based on the documentation from the README. I wanted to...

Hi when adding `itemHeight` to an `li` to a css grid like the example I get the message `React does not recognize the `itemHeight` prop on a DOM element`. When...

Hi, I would like to ask about this.measureElement method in measureElement HOC. There is no method like that. https://github.com/dantrain/react-stonecutter/commit/058a04d7c21cc776fdd116a5c510f37f35ce3ea4#diff-2a698486281c90b4bc475613f67e168e Regards!

bug

I'm creating my grid like this: ```typescript private render() { const Grid = makeResponsive(measureItems(SpringGrid), { maxWidth: 1024, minPadding: 50, defaultColumns: 2 }); let children = this.props.items.map(i =>); return {children} ;...

Since the column width is a fixed value, is there a way to specify it in % or "vw", instead of "px"? I can't seem to get how can I...

enhancement

[react-stonecutter](https://github.com/dantrain/react-stonecutter) is an amazing package, many thanks. In addition, I thought it would have been great if it had sorting option for `SpringGrid`. Currently it works as per the masonry...

enhancement

Currently, if you provide custom react components under ``, it will throw an error. The code is here https://github.com/dantrain/react-stonecutter/blob/master/src/utils/assertIsElement.js The solution is to wrap it with an extra ``. Unfortunately,...

enhancement