Component - LazyVStack and LazyHStack
LazyVStack and LazyHStack are SwiftUI containers that arrange child views vertically and horizontally, respectively. They load their child views only when needed, which helps improve performance when displaying many items.