toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.cards
/
CategoryCard
Category
Card
@
Composable
fun
CategoryCard
(
modifier
:
Modifier
=
Modifier
,
icon
:
Int
,
title
:
String
,
enabled
:
Boolean
=
true
,
colors
:
CategoryColors
=
CategoryColors()
,
style
:
TextStyle
=
MaterialTheme.typography.bodySmall
,
onClick
:
(
)
->
Unit
=
{}
)