SearchScreen

fun SearchScreen(navController: NavHostController, category: String? = "", viewModel: BookSearchScreenViewModel = viewModel())

BookSearchScreen is the screen that allows the user to search for books by ISBN, Title, Author, or Category.

Parameters

navController

the navigation controller used to navigate between screens

category

the category to search for books in

viewModel

the view model used to search for books

See also