https://github.com/vanniktech/ui
Kotlin Multiplatform UI goodies
https://github.com/vanniktech/ui
Last synced: 8 months ago
JSON representation
Kotlin Multiplatform UI goodies
- Host: GitHub
- URL: https://github.com/vanniktech/ui
- Owner: vanniktech
- License: apache-2.0
- Created: 2022-12-19T17:45:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T10:17:37.000Z (9 months ago)
- Last Synced: 2025-04-22T11:27:57.929Z (9 months ago)
- Language: Kotlin
- Size: 517 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
UI
==
Kotlin Multiplatform UI goodies. Right now concentrating mostly on Colors & Theming.
# Usage
From Kotlin Multiplatform:
```groovy
kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.vanniktech:ui:0.10.0")
}
}
}
}
```
From Android / JVM Multiplatform:
```groovy
dependencies {
implementation("com.vanniktech:ui:0.10.0")
}
```
From iOS:
```ruby
pod 'ui', :git => 'https://github.com/vanniktech/ui', :tag => "0.10.0"
```
# API
Mostly undocumented, best to dig through the source code. API is also subject to change.
# License
Copyright (C) 2022 - Niklas Baudy
Licensed under the Apache License, Version 2.0