infinite-industries / infinite

MIT License
5 stars 3 forks source link

Alternative to Vuetify layout (v-layout, v-flex) #495

Open MatthewGidcomb opened 6 months ago

MatthewGidcomb commented 6 months ago

v-layout is, at least the way we've used it, a flexbox-based 12-column grid implementation (and we commonly use < 12 columns, leaving some gutter on the right) It is used in three components:

We need a non-Vuetify replacement. Fortunately, it's just flex; this is straightforward.