Package-level declarations

Types

Link copied to clipboard
@Stable
class CalendarState : PagerState

Functions

Link copied to clipboard
@Composable
fun Calendar(state: CalendarState = rememberCalendarState(), modifier: Modifier = Modifier, events: Map<Long, String> = emptyMap(), actions: @Composable RowScope.() -> Unit = {}, onEventClick: (LocalDate) -> Unit = {}, style: TextStyle = Theme.typography.v8, cellPaddingRatio: Float = 0.1f)
Link copied to clipboard