scalm
scalm copied to clipboard
Support all HTML tags as wrappers
Currently there are just a few HTML tags. It is desired to have all of then if it is possible. Here are some useful resources. html-tags html-tags-void Additionally would be great have also many attributes as we can including events. See Html module
Consider using Scala DOM Types if you want a comprehensive list of HTML tags and/or attributes/properties. You would also get specific types out of it. It's currently used by Outwatch (DomTypes.scala
) and my own Laminar and is designed to be very flexible.