Team Link Card

fun TeamLinkCard(modifier: Modifier = Modifier, viewModel: TeamScreenViewModel, link: RefyLink.RefyLinkImpl)

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

Parameters

modifier

The modifier to apply to the component

viewModel

The support viewmodel for the screen

link

The link shared with the team