-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
HtmlElement.Custom #104
Comments
As i would like to have this option rather sooner than later, please tell me if i can help somehow. If you want i can implement it and do a PR. 😃 |
Hey i just went ahead and added the above implementation with unit tests. Would be nice if the PR would be looked into as soon as possible, as i need this for production. |
Hey i really don't want to be that guy, but can you guys give me at least some info. Is the PR fine? Will you implement it? If so, when will this be live? |
Merged, need to consider a release next I suppose. Thanks for poking! |
Is your feature request related to a problem? Please describe.
Hello, i am trying to use lit web-components in fornax and one problem i have is, that i cannot use custom html tags in fornax.
So i would really like to have a custom option in this discriminate union type.
Describe the solution you'd like
Describe alternatives you've considered
I could propably use some js to replace an placeholder element with my custom html tag element, but thats seems not like a clean solution to me.
Additional context

What i want my Html to look like in the end:
The text was updated successfully, but these errors were encountered: