Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 970 Bytes

README.md

File metadata and controls

executable file
·
30 lines (21 loc) · 970 Bytes

Introduction

This project is a library wrapping Ant Design to be used in an application built with Kotlin/JS.

Installation

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")
}

Getting Started

You can view the samples that follows Ant Design demo of each component to know how to use this library.

(Discontinued)

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.