commonMain.com.kizitonwose.calendar.compose.heatmapcalendar.HeatMapWeekHeaderPosition.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-multiplatform Show documentation
Show all versions of compose-multiplatform Show documentation
A highly customizable calendar library for Compose Multiplatform, backed by LazyRow/LazyColumn.
package com.kizitonwose.calendar.compose.heatmapcalendar
import com.kizitonwose.calendar.compose.HeatMapCalendar
/**
* Determines the position of the week header
* composable (Mon, Tue, Wed...) in the [HeatMapCalendar]
*/
public enum class HeatMapWeekHeaderPosition {
/**
* The header is positioned at the start of the calendar.
*/
Start,
/**
* The header is positioned at the end of the calendar.
*/
End,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy