Getting @headlessui/react's Transition to work #394
p-j
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
Thanks Jérémie! |
Beta Was this translation helpful? Give feedback.
3 replies
-
Twin has a new headless ui typescript example out, check it here → |
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
-
Hi 👋🏻
recently I've started working on a brand new next web app and grabbed the recently released Tailwind UI React along with Twin.macro & emotion.
Following the setup of the project I noticed none of the transition from @headlessui/react were working, which is to be expected since the classes aren't pulled in by twin since they are not applied using
tw
.So here is the solution I've come up with after searching around:
I don't know if that would be suitable for any documentation you have up here, but I thought I'd share it here in case someone is searching for it.
Thanks for making Twin.macro and maintaining it ❤️
Beta Was this translation helpful? Give feedback.
All reactions