Skip to content

Files

Latest commit

2ff173e · Feb 22, 2025

History

History

readmore-material3

ReadMoreText for Jetpack Compose (Material3)

Maven Central

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

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

Download

repositories {
    mavenCentral()
}

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