Skip to content

Latest commit

 

History

History

readmore-foundation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>"
}