Package-level declarations

Functions

Link copied to clipboard
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.

Link copied to clipboard
fun CalendarPopup(    state: UseCaseState,     selection: CalendarSelection,     config: CalendarConfig = CalendarConfig(),     header: Header? = null,     alignment: Alignment = Alignment.TopStart,     offset: IntOffset = IntOffset(0, 0),     properties: PopupProperties = PopupProperties())

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

Link copied to clipboard
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.