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 Maven Central repository, and the following dependencies added to
the Gradle build file.
repositories {
mavenCentral()
}
dependencies {
implementation("io.sunland:kotlin-antd:4.8.6-pre.16-kotlin-1.6.10")
}
You can view the samples that follows Ant Design demo of each component to know how to use this library.
It takes so much time to be up-to-date with the latest version of Ant Design since it is being maintained by hand instead of being auto-generated.