UserItem

fun UserItem(user: UikitUser, modifier: Modifier = Modifier)

Represents a basic single item in the user list. This contains the user's profile image and nickname.

Since

1.0.0

Parameters

user

The UikitUser to show.

modifier

The modifier to be applied to the view.