Multi-Component Picker

Can one create a multi-component Picker in SwiftUI (where in UIKit the data source would return a number other than 1 from the numberOfComponents method)?


I can fall back to an HStack of single-component Pickers, but the perspective effect is off.