CalendarView
fun CalendarView(useCaseState: UseCaseState, selection: CalendarSelection, config: CalendarConfig = CalendarConfig(), header: Header? = null)
Calendar dialog for the use-case to select a date or period in a typical calendar-view.
Parameters
useCaseState
The state of the sheet.
selection
The selection configuration for the dialog view.
config
The general configuration for the dialog view.
header
The header to be displayed at the top of the dialog view.