https://github.com/mainrs/android-compose-furigana
https://github.com/mainrs/android-compose-furigana
android-compose android-library kotlin kotlin-android
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainrs/android-compose-furigana
- Owner: mainrs
- License: mit
- Created: 2022-06-19T14:24:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T08:29:55.000Z (11 months ago)
- Last Synced: 2025-03-31T05:33:31.569Z (about 2 months ago)
- Topics: android-compose, android-library, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 201 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Android Compose Furigana
> A compose library for displaying reading annotations for strings.
# Installation
First, make sure that https://jitpack.io has been declared as a Maven repository. Then just declare
the dependency either in Gradle```groovy
dependencies {
implementation 'com.github.mainrs:android-compose-furigana:1.0.0'
}
```or the new Kotlin DSL
```kotlin
dependencies {
implementation("com.github.mainrs:android-compose-furigana:1.0.0")
}
```# Usage
See the
example [app](./app/src/main/java/net/zerotask/libraries/android/compose/furigana/example/MainActivity.kt)
for how to use the library.
# License
This project is licensed under the [MIT license](./license).