-
Beta Was this translation helpful? Give feedback.
Answered by
picklelo
Aug 26, 2024
Replies: 1 comment 1 reply
-
|
@egonsung Yeah the base Radix input (our rx.input) is a bit hard to customize as it has some predefined styles. You can use any of the base HTML components in the See here for more: https://reflex.dev/docs/library/html/html/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
egonsung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@egonsung Yeah the base Radix input (our rx.input) is a bit hard to customize as it has some predefined styles. You can use any of the base HTML components in the
rx.elnamespace - so for example you can userx.el.inputhere instead and it will be unstyled. The downside is that it may not hook into the themes by default.See here for more: https://reflex.dev/docs/library/html/html/