AccountStatusComponent

fun AccountStatusComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, accountHolderStatus: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for AccountHolderStatus?>)

Renders a card showing the active/inactive status of an account holder as a colored pill.

Parameters

modifier

Modifier applied to the card.

accountHolderStatus

LiveData holding the AccountHolderStatus; shows "In Active" when null.