html.scala

January 28, 2023 · View on GitHub

Scala CI html Scala version support Scaladoc

This html.scala 3.x provides the html"""...""" interpolation for creating reactive HTML templates. It is a reimplementation of @dom and @html annotation in Binding.scala, supporting Scala 3. The typing rules are also improved, preventing red marks in IDEs.

For Scala 2 users, use html.scala 2.x instead.

Links

  • API Documentation
  • Binding.scala
  • All-in-One Scala.js Static Web Project Template (including html.scala)
  • Binding.scala • TodoMVC