-
I'm excited about your promisified modal solution and thinking of getting this to work with [Headlessui](https://headlessui.com/v1/vue/dialog). Especially the modal and drawer components. Would you th…
-
Migration guide:
https://github.com/tailwindlabs/headlessui/releases/tag/%40headlessui%2Freact%40v2.0.0#user-content-upgrading-from-v1
-
Some API changes.
Should do manual validation on the UI elements that it still works the same after upgrade (as well as fixing the type errors etc.)
-
## Description
In order to implement the nested super block view, I added `headlessui` as a dependency to the /learn client (so that we can iterate more quickly).
However, going forward, we should h…
-
Here's the full repository with the my project: https://github.com/fkoemep/smiles-search
I'm working with the @headlessui/react library v1.7.17 and Deno v1.43.3, if I upgrade it to any newer versio…
-
Hi, currently i tried to use with Nuxt3 but i got this, any solution to solve it?
![image](https://user-images.githubusercontent.com/77762928/224760939-d71ebaca-4086-4731-8a27-749015aba02b.png)
-
### What problem does this feature solve?
React 19 is already past its Alpha phase. During Alpha, libraries are encourage to start working on React 19 compatibility. This helps us flush out potenti…
-
We've used the `svelte-headlessui` package for some components. This was before we found `melt-ui`.
There are multiple reasons to remove `svelte-headlessui`:
- `svelte-headlessui` is not updated …
-
### Background
I tried using `@headlessui/react` with deno lsp like the following and noticed lsp didn't work.
```ts
import { Combobox } from "https://esm.sh/@headlessui/react@1.7.19?external=r…
-
This is not really a bug but a new behaviour that should be mentioned in the migration guide. In our case we are adding css variables to the nextjs root in pages/_app.tsx. Our navbar menu is not style…