Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 573 Bytes

File metadata and controls

19 lines (13 loc) · 573 Bytes

ReadMoreText for Jetpack Compose

Maven Central

A library that show 'Read more' and 'Read less' text in Jetpack Compose BasicText.

For more information, visit the documentation: https://webtoon.github.io/ReadMoreTextView/readmore-foundation

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation "com.webtoonscorp.android:readmore-foundation:<version>"
}