BasicUserInfoComponent
fun BasicUserInfoComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, basicUserInfo: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for BasicUserInfo?>)
Renders a card displaying the basic user information fields: name, birth date, gender, updated-at date, locale, and sub identifier. Missing fields are omitted automatically.
Parameters
modifier
Modifier applied to the card.
basicUserInfo
LiveData holding the BasicUserInfo to display.