5 ms·
We have a web components example here: https://github.com/DioxusLabs/dioxus/blob/fd21c971038840130f2961c7aa5c3541c0823446/examples/web_component.rs#L22 https://
by Evan-Almloff 2y ago
We have a web components example here: https://github.com/DioxusLabs/dioxus/blob/fd21c971038840130f2961c7aa5c3541c0823446/examples/web_component.rs#L22 https://github.com/DioxusLabs/dioxus/blob/fd21c971038840130f...
Everything should work like normal except: attributes are not typed, custom event listeners must be implemented with web-sys
- nirvdrum 2y agoOh, that’s great. I suppose it’d be nice if I could supply my own types, but strings aren’t the end of the world. Thank you for pointing me at that example. Also, thank you for linking to a particular commit. I wish GitHub would do that by default. The web is littered with GitHub links that either no longer work or highlight incorrect lines.