KwikVerticalTimeline

fun KwikVerticalTimeline(modifier: Modifier = Modifier, clickable: Boolean = false, entries: List<KwikTimelineEntry>, accentColor: Color = MaterialTheme.colorScheme.primary, currentStepIndex: Int = -1, onClick: (KwikTimelineEntry) -> Unit = {})

A vertical timeline component that displays a series of entries with indicators and connecting lines.

Parameters

entries

List of timeline entries to display

modifier

Modifier to be applied to the timeline

accentColor

Color of the timeline indicators and lines

currentStepIndex

Optional index of the current/selected entry