You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I've worked with many different ways of styling in React. Everything from stitches, styled components to tailwindcss. One thing that stood out to me with tailwindcss was the great tooling around it, which I felt was a bit lacking in theme-ui
For theme-ui. It would read the theme object, and create intellisense for variants naming, colours and more. In addition it could show previews of the colors when typing in the sx prop where relevant
Now, I do believe this will be quite difficult to implement as the sx prop would have troubles knowing what to show, like autocompleting colors on bg. But I think it's something worth considering for the developer experience 😁
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I've worked with many different ways of styling in React. Everything from stitches, styled components to tailwindcss. One thing that stood out to me with tailwindcss was the great tooling around it, which I felt was a bit lacking in theme-ui
Describe the solution you'd like
I would like to propose a tool like https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss
For theme-ui. It would read the theme object, and create intellisense for variants naming, colours and more. In addition it could show previews of the colors when typing in the sx prop where relevant
Now, I do believe this will be quite difficult to implement as the sx prop would have troubles knowing what to show, like autocompleting colors on
bg
. But I think it's something worth considering for the developer experience 😁The text was updated successfully, but these errors were encountered: