Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T01:15:55.000Z (over 1 year ago)
- Last Synced: 2024-07-30T18:04:26.061Z (6 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.6 MB
- Stars: 29
- Watchers: 3
- Forks: 4
- Open Issues: 10
-
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/)