UserInvitationItem

fun UserInvitationItem(user: UikitUser, isSelected: Boolean, modifier: Modifier = Modifier, isMember: Boolean = false, onCheckedChange: (UikitUser) -> Unit = {})

Represents a single item in the user invitation list.

Since

1.0.0-beta.1

Parameters

user

The UikitUser to show.

isSelected

To indicate if the user is selected in the list.

modifier

The modifier to be applied to the view.

isMember

To indicate if the user is already a member of the channel. Defaults to false.

onCheckedChange

The handler for when the check state changes.