Skip to content

Instantly share code, notes, and snippets.

@linean
Created May 10, 2022 19:51
Show Gist options
  • Save linean/a00b12125e3dca6042098624a347b447 to your computer and use it in GitHub Desktop.
Save linean/a00b12125e3dca6042098624a347b447 to your computer and use it in GitHub Desktop.
@Composable
fun <ITEM, KEY> AnimatedVerticalGrid(
items: List<ITEM>,
itemKey: (ITEM) -> KEY,
columns: Int,
rows: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment