ProfileSummary
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
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