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?>)

Rstarters a section displaying basic user information fields: name, birth date, gstarter, updated-at date, locale, and sub identifier.

Parameters

modifier

Modifier applied to the root Column.

basicUserInfo

LiveData holding the BasicUserInfo to display; individual fields are hidden when null.