Skip to content

Latest commit

 

History

History
executable file
·
29 lines (21 loc) · 1 KB

README.md

File metadata and controls

executable file
·
29 lines (21 loc) · 1 KB

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 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.

Getting Started

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