Package-level declarations
Types
Link copied to clipboard
class BpkCalendarController(initialParams: CalendarParams, initialSelection: CalendarSelection = CalendarSelection.None, lazyGridState: LazyGridState = LazyGridState(), onSelectionChanged: (CalendarSelection) -> Unit)
Functions
Link copied to clipboard
fun BpkCalendar(controller: BpkCalendarController, modifier: Modifier = Modifier, customDateHandling: (CalendarInteraction) -> Unit? = null, onVisibleMonthsChanged: (Set<YearMonth>) -> Unit? = null)
Link copied to clipboard
fun rememberCalendarController(initialParams: CalendarParams, initialSelection: CalendarSelection = CalendarSelection.None, lazyGridState: LazyGridState = rememberLazyGridState(), onSelectionChanged: (CalendarSelection) -> Unit): BpkCalendarController