Links Grid

fun <T : RefyLink> LinksGrid(linksState: PaginationState<Int, T>, linkCard: @Composable (T) -> Unit)

Custom layout used to display a list of links as grid

Parameters

linksState

The state used to load the links

linkCard

The card used to display the link details