Team Collection Card

fun TeamCollectionCard(viewModel: TeamScreenViewModel, iAmAnAdmin: Boolean, collection: LinksCollection)

Custom card used to display the information of a collection shared with the team

Parameters

viewModel

The support viewmodel for the screen

iAmAnAdmin

Whether the com.tecknobit.refy.localUser is an com.tecknobit.refycore.enums.TeamRole.ADMIN of the team

collection

The collection shared with the team