dioxus/packages/rsx
2023-01-03 09:03:20 -06:00
..
src use the namespace and volitity defined in the html crate 2023-01-03 09:03:20 -06:00
Cargo.toml make it compile after merge 2022-12-16 10:18:23 -06:00
README.md chore: clean up readmes 2022-12-29 16:17:03 -05:00

Dioxus-RSX

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

This crate provides the actual DSL that Dioxus uses in the rsx! macro. This crate is separate from the macro crate to enable tooling like autoformat, translation, and AST manipulation (extract to component).

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.