Reflex vs Theme UI #232
Unanswered
estudiooka
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Reflexjs is built on top of theme-ui. So everything that is in theme-ui works with Reflexjs. You can definitely use both at the same time. They both consume similar theme specs. Here's an example with styles props (from Reflexjs) and export function ExampleComponent() {
return <div background="red" sx={{
color: "body"
}}>A div</div>
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to decide the framework to work with . Reflex looking very interesting.
Could you please , point out some advantages in using Reflex Instead of Theme UI it self ?
Can we use both at same time ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions