CategoryCard

fun CategoryCard(category: String, bookImageUrl: String, navController: NavHostController)

A card that displays a book category

Return

a card that displays a book category

Parameters

category

the category of the book

bookImageUrl

the url of the book image

navController

the nav controller

See also