Categories
How to map such a grid?
Answer the question
In order to leave comments, you need to log in
Just like a regular list: Set the increased width via css: {items.map(n => <div className="item">...</div>)}
{items.map(n => <div className="item">...</div>)}
.item:nth-child(6n + 3), .item:nth-child(6n + 4) { ... }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question