Vitamin Card doesn't have an onClick parameter #168
Labels
community 👥
As we stopped improvements for this version ofVitamin, this issue needs to be done by the community
enhancement 🚀
New feature or request
Describe the bug
A Vitamin Card component has recently been developed (#98) but the Card doesn't have an
onClick
parameter to handle the click on the Card.Expected behavior
Have an onClick parameter to handle the click on the Card like the Material Card :
https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#Card(kotlin.Function0,androidx.compose.ui.Modifier,kotlin.Boolean,androidx.compose.ui.graphics.Shape,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.foundation.BorderStroke,androidx.compose.ui.unit.Dp,androidx.compose.foundation.interaction.MutableInteractionSource,kotlin.Function0)
The text was updated successfully, but these errors were encountered: