Replies: 1 comment
-
Short answer:Right now, React Zero-UI is tightly coupled with Tailwind’s utility classes. that’s what allows us to pre-render all UI states with data-* selectors and no runtime. However, it’s totally possible to support Panda, since it uses static extraction and data attributes too — but you'd need to generate equivalent variant selectors ahead of time. ⚙️ I’d be open to experimenting with a plugin or adapter if there’s real demand. |
Beta Was this translation helpful? Give feedback.
0 replies
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 wonder if this library works only with Tailwind css. Can't I use it with Panda css?
Beta Was this translation helpful? Give feedback.
All reactions