Can Theme-UI be used in SolidJS? #2394
Answered
by
hasparus
thedanchez
asked this question in
Q&A
-
As the title implies, can ThemeUI be used in a SolidJS app? I would like to build a SolidJS component library and trying to look at what options I can use for theming. |
Beta Was this translation helpful? Give feedback.
Answered by
hasparus
Feb 17, 2023
Replies: 1 comment
-
It can be used with React and Preact, and I think we could write some new code, swap imports and force it to work with Solid.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lachlanjc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be used with React and Preact, and I think we could write some new code, swap imports and force it to work with Solid.
However if you're already using Solid, I think you'd like to have something that gets you the performance of atomic classes.
classList
attribute that makes them way more convenient to use.