Primitive

Grid

Auto-emitted from DSKintsugiCatalog.grid. Tier atom.

Live Preview
Col 1 Col 2 Col 3 Col 4 Col 5 Col 6
Native · macOS
macOS SwiftUI render of Grid
DSL usage
Grid(columns: 3, spacing: 8) {
  ForEach(items) { item in
    Text(item.label)
  }
}
Attributes
NameTypeDefaultDescription
columns Int 3 Number of equal-width columns
spacing CGFloat 0 Gap between cells
density Density regular compact | regular | expanded
locale Locale en BCP-47 locale tag for locale-aware rendering
Used in
StrategyGrids