BookListingRows

fun BookListingRows(rowItems: List<MBook>, viewModel: AccountScreenViewModel, currentlyEditingBook: MutableState<MBook?>, navController: NavController)

Book Listing Rows

Parameters

rowItems

List the list of book listings

viewModel

AccountScreenViewModel the viewmodel for the screen

currentlyEditingBook

MutableState the book that is currently being edited

navController

NavController the nav controller

See also