Skip to content

Instantly share code, notes, and snippets.

@Nirajpaul2
Created August 14, 2022 07:12
Show Gist options
  • Save Nirajpaul2/8673481ecac6eb5b384653619d1dfb60 to your computer and use it in GitHub Desktop.
Save Nirajpaul2/8673481ecac6eb5b384653619d1dfb60 to your computer and use it in GitHub Desktop.
LazyGridViewHorizontal
ScrollView(.horizontal) {
       LazyHGrid(rows: threeColumnGrid) {
           // Display the item
       }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment