JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.cards
/
CategoryIcon
Category
Icon
@
Composable
fun
CategoryIcon
(
modifier
:
Modifier
=
Modifier
,
@
DrawableRes
icon
:
Int
,
categoryIconColors
:
CategoryIconColors
=
CategoryIconColors()
,
contentDescription
:
String
?
=
null
,
onClick
:
(
)
->
Unit
=
{}
)