Module respo::dialog

source ·
Expand description

module to provide popup dialogs.

Structs

The options for alert modal.
abstraction for Alert modal, new with AlertOption, just displaying a message, you read it, you close it
options for confirm dialog
Popup a confirmation dialog, confirm to process next task
The options for custom drawer.
a drawer that you can render you down card body
wraps render function
The options for custom modal.
a modal that you can render you down card body
wraps render function
options for prompt dialog
a dialog for prompt, request for some input, and submit
wraps validator function

Traits

provides the interfaces to component of alert dialog
provides the interfaces to component of confirm dialog
provides the interfaces to component of custom drawer dialog
provides the interfaces to component of custom modal dialog
provides the interfaces to component of prompt dialog

Functions