We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use web components in dioxus, but the <dash-name> is not Rust ident.
<dash-name>
The text was updated successfully, but these errors were encountered:
We added one here:
https://github.com/DioxusLabs/dioxus/blob/master/examples/custom_element.rs
Though, it frankly could be a bit better :)
Sorry, something went wrong.
What is the current way to implement custom elements in Dioxus? (Link above is dead.)
Here is the updated example:
dioxus/examples/web_component.rs
Lines 9 to 11 in 8ea7f07
No branches or pull requests
Specific Demand
I want to use web components in dioxus, but the
<dash-name>
is not Rust ident.The text was updated successfully, but these errors were encountered: