Skip to content

Instantly share code, notes, and snippets.

View Parietal's full-sized avatar

Brian Harper Parietal

  • Healthnexxus
  • Canada
View GitHub Profile
// Author: SwiftUI-Lab (swiftui-lab.com)
// Description: a honeycomb eager grid
// blog article: https://swiftui-lab.com/eager-grids
import SwiftUI
struct Person {
let name: String
let image: String
var color: Color = .accentColor