About 8,470,000 results
Open links in new tab
  1. Typesafe HTML DSL | Kotlin Documentation

    Jan 24, 2023 · The kotlinx.html library provides the ability to generate DOM elements using statically typed HTML builders (and besides JavaScript, it is even available on the JVM target!)

  2. GitHub - Kotlin/kotlinx.html: Kotlin DSL for HTML

    The kotlinx.html library provides a DSL to build HTML to Writer / Appendable or DOM. Available to all Kotlin Multiplatform targets and browsers (or other WasmJS or JavaScript engines) for …

  3. HTML Builder in Kotlin - Baeldung

    May 5, 2024 · In this article, we’ve explored kotlinx.html, a powerful tool for simplifying HTML generation in Kotlin. We’ve explored practical usage and showcased how to construct a simple …

  4. Creating an amazingly simple HTML builder in Kotlin. - Medium

    Jul 22, 2023 · Let’s explore how we can use the Kotlin programming language to build a simple, yet effective, DSL to generate HTML code. In a previous article I showed how to use Kotlin language features...

  5. Kotlin for Web Development: Using the Kotlinx.html Library

    Jan 1, 2025 · Kotlinx.html is a Kotlin library that provides a simple and elegant way to create HTML elements, handle events, and interact with the DOM. It is built on top of the Kotlin programming language and provides a concise and expressive way to write web applications.

  6. Getting started · Kotlin/kotlinx.html Wiki · GitHub

    Jul 25, 2023 · Kotlin DSL for HTML. Contribute to Kotlin/kotlinx.html development by creating an account on GitHub.

  7. HTML | Kotlin Documentation

    6 days ago · HTML is Dokka's default and recommended output format. It is currently in Beta and approaching the Stable release. You can see an example of the output by browsing documentation for kotlinx.coroutines. HTML as an output format is supported by all runners. To generate HTML documentation, follow these steps depending on your build tool or runner:

  8. kotlinx.html - Klibs.io

    The kotlinx.html library provides a DSL to build HTML to Writer / Appendable or DOM. Available to all Kotlin Multiplatform targets and browsers (or other WasmJS or JavaScript engines) for better Kotlin programming for Web.

  9. Kotlin HTML-Builder - Stack Overflow

    Sep 26, 2017 · In Kotlin page, under HTML-Builder I can see the below code, how can I use it in simple .tk file? how t get started here? for ((num, string) in data) { tr { td { +"$num" } . td { +string } Your link doesn't even point to the Koans. You're looking for …

  10. Kotlin for Web Development: Using Kotlinx.html Library

    Jan 18, 2025 · Kotlinx.html is a popular library that allows developers to create HTML templates and render them on the web. In this tutorial, we will explore the world of Kotlinx.html, its …

Refresh