Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/VitaSokolova/TimelineComposeComponent


https://github.com/VitaSokolova/TimelineComposeComponent

Last synced: 3 months ago
JSON representation

Lists

README

        

# TimelineComposeComponent
This repository shows a Timeline UI component developed with Jetpack Compose. It can represent any content and has flexible parameters, which allow to tweak timeline's appearance with ease. In this Medium [article](https://medium.com/@vita_sokolova/a-step-by-step-guide-to-building-a-timeline-component-with-jetpack-compose-358a596847cb) you can find the step-by-step guide how to create such component.

Screenshot 2023-07-17 at 22 24 41

## Usage
`SampleActivity` gives an example of `LazyColumn` with `TimelineNode` as an item.

Screenshot 2023-07-17 at 22 21 29