html-to-scala-converter icon indicating copy to clipboard operation
html-to-scala-converter copied to clipboard

HTML converter for Scalatags, Scalajs-react, Laminar, Outwatch & Tyrian

Results 3 html-to-scala-converter issues
Sort by recently updated
recently updated
newest added

```scala ``` generates this code which loses the spacing ```scala

enhancement

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...

enhancement

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",...

enhancement