Skip to content

Instantly share code, notes, and snippets.

@teegarcs
Created December 13, 2023 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teegarcs/584fd066b2d8fa7f9b355e04c2981f43 to your computer and use it in GitHub Desktop.
Save teegarcs/584fd066b2d8fa7f9b355e04c2981f43 to your computer and use it in GitHub Desktop.
simple example of a LazyColumn with a single CMS driven content type.
LazyColumn {
items(contentList) { content ->
ImageOnly(content)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment