html-to-scala-converter
html-to-scala-converter copied to clipboard
Support for custom tags and attributes
Here the tag path
and attribute version
are not recognised and should be automatically wrapped in Attr
or VdomAttr
svg(attr("aria-hidden") := "true", cls := "some class", version := "1.1", viewBox := "0 0 16 16",
path(attr("fill-rule") := "evenodd", d := "")
)