Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.63k stars 133 forks source link

JS - support kotlin-browser web.dom.* packages #286

Open reubenfirmin opened 2 months ago

reubenfirmin commented 2 months ago

The kotlin team are starting to push devs to use the kotlin-wrappers. kotlin-browser moves all of the browser api to the web.dom package.

For js, support append/create etc on web.dom.HTMLElement.