ProjectIcons

fun ProjectIcons(modifier: Modifier = Modifier, group: Group)

The projects icons of the projects shared with the group

Parameters

modifier

The modifier to apply to the component

group

The group from fetch the projects


fun ProjectIcons(projects: List<Project>, onClick: () -> Unit)

The projects icons list

Parameters

projects

The list of the projects

onClick

The action to execute when the list is clicked