SwiftUI layouts and views to render content in portrait mode.
Works with any View. Uses the new iOS 16 Layout protocol.
(JustifiedGrid()) {
Rectangle().foregroundColor(.red)
Rectangle().foregroundColor(.brown)
Rectangle().foregroundColor(.purple)
}