LazyVGrid and LazyHGrid
Building responsive grid layouts with GridItem fixed, flexible and adaptive columns.
Welcome
`LazyVGrid` and `LazyHGrid` provide grid layouts with customisable column or row definitions using `GridItem`. They're perfect for galleries, catalogues, and card layouts.
GridItem Types
• `.fixed(size)` — fixed pixel size
• `.flexible(min:max:)` — fills available space
• `.adaptive(minimum:maximum:)` — as many columns as fit