Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.widget
Package-level
declarations
Types
Functions
Types
Calendar
State
Link copied to clipboard
@
Stable
class
CalendarState
:
PagerState
Functions
Calendar
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
)
remember
Calendar
State
Link copied to clipboard
@
Composable
fun
rememberCalendarState
(
)
:
CalendarState