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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/VitaSokolova/TimelineComposeComponent
- Owner: VitaSokolova
- Created: 2023-06-18T17:23:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-23T16:12:56.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:45:15.378Z (4 months ago)
- Language: Kotlin
- Size: 127 KB
- Stars: 53
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - VitaSokolova/TimelineComposeComponent - (Kotlin)
- mobile-awesome - TimelineComposeComponent - Timeline UI component developed with Jetpack Compose. (Android / Android samples)
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.## Usage
`SampleActivity` gives an example of `LazyColumn` with `TimelineNode` as an item.