Adding custom data-* attributes to tags while using the new(non-legacy) kotlin react wrappers

Viewed 28

What's the equivalent of this:

<article
  id="electric-cars"
  data-columns="3"
  data-index-number="12314"
  data-parent="cars">
...
</article>

in react kotlin dsl non-legacy wrapper.

0 Answers
Related