vanniktech / ui

Kotlin Multiplatform UI goodies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI

Kotlin Multiplatform UI goodies. Right now concentrating mostly on Colors & Theming.

Usage

From Kotlin Multiplatform:

kotlin {
  sourceSets {
    val commonMain by getting {
      dependencies {
        implementation("com.vanniktech:ui:0.9.0")
      }
    }
  }
}

From Android / JVM Multiplatform:

dependencies {
  implementation("com.vanniktech:ui:0.9.0")
}

From iOS:

pod 'ui', :git => 'https://github.com/vanniktech/ui', :tag => "0.9.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

About

Kotlin Multiplatform UI goodies

License:Apache License 2.0


Languages

Language:Kotlin 96.7%Language:Ruby 2.9%Language:Swift 0.4%