Replies: 2 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
@novetto reflex provides standard HTML elements that you can use in your frontend code under the To make a div, you can use the following code import reflex as rx
...
def index():
return rx.el.div("This is a standard HTML div tag.") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What component in reflex is equivalent to a div in html?
Beta Was this translation helpful? Give feedback.
All reactions