P4sca1 / nuxt-headlessui

Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
MIT License
171 stars 7 forks source link

How to use with headlessui insiders (latest dev) version #32

Closed darklow closed 11 months ago

darklow commented 1 year ago

Multiple bugs we've encountered with headlessui has been fixed in its insiders version, but I haven't figured out way to use nuxt3 with insiders version: https://github.com/tailwindlabs/headlessui#installing-the-insiders-version . Anyone has ideas how to make that possible?

Thank you.

P4sca1 commented 1 year ago

Have you tried uninstalling the v1 of @headlessui/vue and installing the insiders version instead? You will likely get peer dependency warnings and compatibility is not guaranteed, but you could try if it works.

P4sca1 commented 11 months ago

Closing due to inactivity.