Book Thumbnail
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
view Model
BookInfoScreenViewModel the viewmodel for the screen