GroupLogos

fun GroupLogos(modifier: Modifier = Modifier, project: Project)

The logos of the groups where the project is shared

Parameters

modifier

The modifier to apply to the component

project

The project from fetch its groups


fun GroupLogos(modifier: Modifier = Modifier, groups: List<Group>, onClick: () -> Unit)

The logos list of the groups

Parameters

modifier

The modifier to apply to the component

groups

The list of the groups to display

onClick

The action to execute when the component is clicked