HTML and Style rendering #3161
kylelee1027
announced in
Q&A
Replies: 1 comment
-
The Html component is defined here https://github.com/reflex-dev/reflex/blob/main/reflex/components/core/html.py But i think the issue with the missing styles is due to the tailwind and/or radix css reset being applied. I think in one of the tickets, i suggested the use of the tailwind typography plugin to get around this; maybe that should be the default for the html component? |
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
-
When you make an HTML component via rx.html(""), what path does it take to convert the Python code to JavaScript (or something that the browser can process)? Or like what files does it interact with?
Beta Was this translation helpful? Give feedback.
All reactions