ProfileSummary

fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a UserProfileState, it displays a profile summary card using the other atomic components.

Parameters

state

The user's profile state

modifier

Composable modifier