Calendar

@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)