You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To convert HTML to Reflex code use this live converter tool: https://flexgen.reflex.run/reverse-compiler/
4
+
To convert HTML to Reflex code use this live converter tool: https://reflex.build/reverse-compiler/
5
5
6
6
## Convert Figma file to Reflex
7
7
8
-
Check out this [Notion doc](https://www.notion.so/reflex-dev/Convert-HTML-to-Reflex-fe22d0641dcd4d5c91c8404ca41c7e77) for a walk through on how to convert a Figma file into Reflex code.
8
+
Check out this [Notion doc](https://www.notion.so/reflex-dev/Convert-HTML-to-Reflex-fe22d0641dcd4d5c91c8404ca41c7e77) for a walk through on how to convert a Figma file into Reflex code.
Copy file name to clipboardExpand all lines: docs/getting_started/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ def my_page():
58
58
)
59
59
```
60
60
61
-
You can also use any base HTML element through the [`rx.el`]({docs.library.other.html.path}) namespace.
61
+
You can also use any base HTML element through the [`rx.el`]({docs.library.other.html.path}) namespace. This allows you to use standard HTML elements directly in your Reflex app when you need more control or when a specific component isn't available in the Reflex component library.
0 commit comments