//kit/healthstack.kit.ui/InsightCardWithProgress

InsightCardWithProgress

[androidJvm]\

@Composable

fun InsightCardWithProgress(title: String, current: Int, total: Int, unit: String, onClick: () -> Unit = { })