wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

Different item width #26

Open o-mega opened 7 years ago

o-mega commented 7 years ago

Hi! Is there an option to set different width for item? For example, I have 6 columns and I need first and second elements to be 4 columns width each and third, four and five set to 2 columns width with posibility to wrap all other items around those 5 bigger items.

Thanks!

wadackel commented 7 years ago

HI @o-mega, Thank you for Issues :smiley: Unfortunately, There are currently no options for different widths.

For example, how about nesting react-stack-grid?

ranzen commented 5 years ago

nesting creates overlaps if I'm not mistaken