Skip to content

Can Theme-UI be used in SolidJS? #2394

Answered by hasparus
thedanchez asked this question in Q&A
Discussion options

You must be logged in to vote

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.

  • I'd choose either utility-classes on their own, like Tailwind, and Solid has the classList attribute that makes them way more convenient to use.
  • Or ecsstatic that can compile away, but gives you Emotion-style DX
  • Or Vanilla Extract and Sprinkles if you don't mind writing your styles in a different file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lachlanjc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants