Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all HTML tags as wrappers #11

Open
salc2 opened this issue Jan 25, 2018 · 1 comment
Open

Support all HTML tags as wrappers #11

salc2 opened this issue Jan 25, 2018 · 1 comment

Comments

@salc2
Copy link
Contributor

salc2 commented Jan 25, 2018

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

@raquo
Copy link

raquo commented Jan 25, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants