Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)