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

[FEAT] Create <Masonry /> utility component

Open DavidHDev opened this issue 1 year ago • 1 comments

Description: Implement a <Masonry /> utility component that enables the creation of dynamic, Pinterest-like grid layouts with flexible and responsive item positioning.

Acceptance Criteria:

  • [ ] The <Masonry /> component should arrange its child components in an optimized grid layout, adjusting item positions to minimize gaps.
  • [ ] It should support variable-sized items and provide options for controlling item spacing, column count, and breakpoints for responsive behavior.

DavidHDev avatar Jul 09 '23 16:07 DavidHDev

i can work on this. i have a masonry component i can refactor

plbstl avatar Jul 15 '23 08:07 plbstl