BookThumbnail

fun BookThumbnail(book: MBook, viewModel: BookInfoScreenViewModel = viewModel(), navController: NavHostController)

This composable is the Book Thumbnail. It displays a thumbnail for the user to see the book.

Parameters

book

the book to display

viewModel

BookInfoScreenViewModel the viewmodel for the screen