CalendarDialog

fun CalendarDialog(state: UseCaseState, selection: CalendarSelection, config: CalendarConfig = CalendarConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())

Calendar dialog for the use-case to select a date or period in a typical calendar-view.

Parameters

state

The state of the sheet.

config

The general configuration for the dialog.

header

The header to be displayed at the top of the dialog.

properties

DialogProperties for further customization of this dialog's behavior.