html-to-scala-converter
html-to-scala-converter copied to clipboard
HTML converter for Scalatags, Scalajs-react, Laminar, Outwatch & Tyrian
```scala ``` generates this code which loses the spacing ```scala
Currently all styles get added to `js.Dictionary`. But the newer versions have typed properties This HTML ```html ``` currently generates this ```scala "none", "padding" -> "0")) ``` But now we...
Here the tag `path` and attribute `version` are not recognised and should be automatically wrapped in `Attr` or `VdomAttr` ```scala svg(attr("aria-hidden") := "true", cls := "some class", version := "1.1",...