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 basic user information fields — name, birth date, gender, updated-at, locale, and sub — in a vertically stacked layout for the main screen.
Parameters
modifier
Modifier applied to the root Column.
basicUserInfo
LiveData holding the BasicUserInfo to display; individual fields are hidden when null.