Kwik Vertical Timeline
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
accent Color
Color of the timeline indicators and lines
current Step Index
Optional index of the current/selected entry