BookConditionDropdown

fun BookConditionDropdown(selectedCondition: String, onConditionSelected: (String) -> Unit)

This composable is the Book Condition Dropdown. It displays a dropdown for the user to select the condition of their book.

Parameters

selectedCondition

the selected condition

onConditionSelected

the function to call when the condition is selected