mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
* use DragEvent not MouseEvent for drag events * Simplify drag events and remove WebDragData struct * use DragEvent not MouseEvent for drag events * re-add the web_sys event reference for drag + mouse data * remove now vestigial impls for MouseEvent --------- Co-authored-by: Matt Hunzinger <matthunz2@gmail.com> |
||
---|---|---|
.. | ||
.vscode | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
README.md |
Dioxus-web
Website | Guides | API Docs | Chat
Overview
Run Dioxus in the browser using WebAssembly.
- Relies on sledgehammer-bindgen and web-sys to modify the dom
- Supports instant hot reloading via the Dioxus CLI
- Around 60k gzipped
Contributing
- Report issues on our issue tracker.
- Join the discord and ask questions!
License
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.