toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.premium
Package-level
declarations
Types
Functions
Types
Time
Card
Colors
Link copied to clipboard
@
Immutable
data
class
TimeCardColors
(
val
containerColor
:
Color
=
Color.DarkGray
,
val
contentPrimaryColor
:
Color
=
primary
,
val
contentSecondaryColor
:
Color
=
Color.White
)
Functions
Time
Card
Link copied to clipboard
@
Composable
fun
TimeCard
(
title
:
String
,
amount
:
String
,
description
:
String
,
colors
:
TimeCardColors
=
TimeCardColors()
,
style
:
TextStyle
=
MaterialTheme.typography.subtitle2
)
Time
Card
Preview
Link copied to clipboard
@
Preview
@
Composable
fun
TimeCardPreview
(
)