DioxusLabs / DioxusLabs/dioxus
Support rendering the `<html>`
Open
enhancement
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
It is useful to be able to render the `` element when rendering a Dioxus app to a static string. This may also be useful for Blitz / Dioxus-Native.
## Implement Suggestion
I ran into issues when extending the built-in element set with a custom "html" element as the module seems to import a module called `html` which clashes with the "html" element definition. Any implementation-detail module imports in the dioxus_elements module should probably be imported with the name prexifed with an underscore or similar.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.