react-haiku
react-haiku copied to clipboard
[FEAT] Create <Masonry /> utility component
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.
i can work on this. i have a masonry component i can refactor