issues
search
pushpalroy
/
JetLime
A Kotlin Multiplatform library to display a timeline view. 🍋
https://jetlime.pushpalroy.com
MIT License
460
stars
24
forks
source link
Add API JetLimeExtendedEvent composable
#23
Closed
pushpalroy
closed
9 months ago
pushpalroy
commented
9 months ago
Add a new composable API:
JetLimeExtendedEvent
Composable function for creating a
JetLimeColumn
event which has 2 slots for content.
The main content will be drawn on the right side of the timeline and the additional content will be drawn on the left side of the timeline.
The additional content is optional, and has a maximum width, which can be configured
Add a new composable API:
JetLimeExtendedEvent
JetLimeColumn
event which has 2 slots for content.