GroupCard

fun GroupCard(modifier: Modifier, viewModel: GroupsScreenViewModel, group: Group)

Card to display a group where the com.tecknobit.pandoro.localUser is a member

Parameters

modifier

The modifier to apply to the component

viewModel

The support viewmodel for the screen

group

The group to display