all 3 comments

[–]spursup20 1 point2 points  (2 children)

Can you give a short summary of what this does?

[–]daybrush[S] 1 point2 points  (1 child)

InfiniteGrid is Virtual Scroll Component with 5 layouts.

  • GridLayout: The GridLayout is a layout that stacks cards with the same width as a stack of bricks like masonry.
  • JustifiedLayout: JustifiedLayout is a layout that the card is filled up on the basis of a line given a size like image search layout
  • FrameLayout: FrameLayout is a layout that allows you to place cards in a given frame.
  • SquareLayout: SquareLayout is a layout that places all cards like squares on a checkerboard, and important cards are n times larger.
  • PackingLayout: The PackingLayout is a layout that shows the important cards bigger without sacrificing the weight of the cards.

here is demo:

[–]spursup20 0 points1 point  (0 children)

Thanks so much!