Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 569 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 569 Bytes

kotlin-react-dom

Kotlin wrapper for React DOM library. Major version number of this wrapper matches that of React DOM itself.

Installation

npm i @jetbrains/kotlin-react-dom

See the Bintray page for Maven and Gradle installation instructions.

Internals

Imports.kt contains type definitions for ReactDOM. The remaining classes (ReactDOM.kt and others) provide higher-level APIs on top of that definition.