For instance, when data binding, a full list of blog articles, you might want two posts per row. Currently, the Columns component isn't equipped to handle this. The only way I've been able to get this to work is if I use: display: grid; grid-templ...