mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
15 lines
479 B
Markdown
15 lines
479 B
Markdown
|
# Dioxus VSCode Extension
|
||
|
|
||
|
![Dioxus Logo](https://dioxuslabs.com/guide/images/dioxuslogo_full.png)
|
||
|
|
||
|
This extension wraps functionality in Dioxus CLI to be used in your editor! Make sure the dioxus-cli is installed before using this extension.
|
||
|
|
||
|
## 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.
|