Collection Card

fun CollectionCard(modifier: Modifier = Modifier, viewModel: CollectionsScreenViewModel, collection: LinksCollection)

Custom card used to display the information of a LinksCollection

Parameters

modifier

The modifier to apply to the component

viewModel

The support viewmodel for the screen

collection

The collection to display