This project is a library wrapping Ant Design to be used in an application built with Kotlin/JS.
To start using kotlin-antd
make sure you have the Bintray repository, and the following dependencies added to
the Gradle build file:
repositories {
maven("https://dl.bintray.com/samgarasx/kotlin-js-wrappers")
}
dependencies {
implementation("com.github.samgarasx:kotlin-antd:3.20.3-pre.3-kotlin-1.4.0")
implementation(npm("antd", "3.20.3"))
}
See the Bintray page for Maven and Gradle installation instructions.
You can view the samples that follows Ant Design demo of each component to know how to use this library.