EditBookDialog

fun EditBookDialog(book: MBook, onConfirm: (MBook) -> Unit, onDismiss: () -> Unit)

This composable is the Book Edit Alert. It displays a card for a book in the account screen to edit.

Parameters

book

the book to display

onConfirm

the function to call when the user confirms the book

onDismiss

the function to call when the user dismisses the book

See also