mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
.. | ||
.vscode | ||
pkg | ||
src | ||
static | ||
.eslintrc.js | ||
.gitignore | ||
Cargo.toml | ||
DEV.md | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
Dioxus VSCode Extension
This extension wraps functionality in Dioxus CLI to be used in your editor!
Features:
- Auto-format RSX
- Convert HTML to RSX
- Convert HTML to Dioxus Component
- Format RSX
Current commands:
Convert HTML to RSX
Converts a selection of html to valid rsx.
Convert HTML to Dioxus Component
Converts a selection of html to a valid Dioxus component with all SVGs factored out into their own module.
Format RSX
Formats the current file as RSX.
Working with Dioxus:
This overview provides a brief introduction to Dioxus. For a more in-depth guide, make sure to check out:
Contributing
- Check out the website section on 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.