https://github.com/linx64/wizard
Compose Multiplatofrm Unique chart library
https://github.com/linx64/wizard
android compose-multiplatform kotlin
Last synced: 11 months ago
JSON representation
Compose Multiplatofrm Unique chart library
- Host: GitHub
- URL: https://github.com/linx64/wizard
- Owner: LinX64
- License: apache-2.0
- Created: 2024-09-09T22:15:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T20:59:36.000Z (over 1 year ago)
- Last Synced: 2024-12-03T21:35:55.342Z (over 1 year ago)
- Topics: android, compose-multiplatform, kotlin
- Language: Kotlin
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# 🚀📘 Compose Multiplatform Library
This is a multiplatform library that provides a set of beautiful charts for your application.
## Features
- Line Chart
- Bar Chart
- Pie Chart
## Installation
```kotlin
dependencies {
implementation("io.github.linx64:cmpwizard:1.0.0")
}
```
### Version Catalog
```kotlin
cmpwizard = "1.0.0"
cmpwizard = { module = "io.github.linx64:cmpwizard", version.ref = "cmpwizard" }
```