Skip to content

Files

Latest commit

author
samgarasx
Jun 11, 2022
2236a4d · Jun 11, 2022

History

History
executable file
·
26 lines (18 loc) · 890 Bytes

File metadata and controls

executable file
·
26 lines (18 loc) · 890 Bytes

Maven Central

Introduction

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

Installation

To start using kotlin-react-responsive 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-react-responsive:$version")
}

Getting Started

You can view the samples to know how to use this library.