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

Support for custom tags and attributes

Open simerplaha opened this issue 7 years ago • 0 comments

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 := "")
)

simerplaha avatar May 02 '17 02:05 simerplaha