https://github.com/pixiv/charcoal-android
Design system library by pixiv
https://github.com/pixiv/charcoal-android
android android-view design-system jetpack-compose kotlin ui-library
Last synced: 3 months ago
JSON representation
Design system library by pixiv
- Host: GitHub
- URL: https://github.com/pixiv/charcoal-android
- Owner: pixiv
- License: apache-2.0
- Created: 2022-12-20T05:30:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T11:15:38.000Z (4 months ago)
- Last Synced: 2025-04-02T12:25:28.191Z (4 months ago)
- Topics: android, android-view, design-system, jetpack-compose, kotlin, ui-library
- Language: Kotlin
- Homepage: https://pixiv.github.io/charcoal-android/android_view
- Size: 1.81 MB
- Stars: 30
- Watchers: 3
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charcoal-android ― PIXIV Design System
## Usage
### Android View```xml
```
## Installation
```groovy
repositories {
mavenCentral()
}
``````groovy
ext {
charcoal_version = "1.0.1"
}dependencies {
// Android View
implementation "net.pixiv.charcoal:charcoal-android-view:$charcoal_version"
// Compose(Experimental)
implementation "net.pixiv.charcoal:charcoal-compose:$charcoal_version"
}
```## Requirements
- minSdk 23+
## Documentation
- [Android View](https://pixiv.github.io/charcoal-android/android_view/)
- [Jetpack Compose](https://pixiv.github.io/charcoal-android/compose/)