svelte-headlessui icon indicating copy to clipboard operation
svelte-headlessui copied to clipboard

Unofficial Svelte port of the Headless UI component library

Results 59 svelte-headlessui issues
Sort by recently updated
recently updated
newest added

Getting an error with the latest version of SvelteKit: ```svelte import { DisclosureButton } from "@rgossiaux/svelte-headlessui"; ``` ``` Type '{ as: "a"; href: string; }' is not assignable to type...

Looks like it's a duplicate of this https://github.com/rgossiaux/svelte-headlessui/pull/169, but should actually work

**Describe the bug** The issue is when using web components export (we use this to embed svelte in legacy pages), the mousedown event for popovers (likely modals as well) aren't...

**Describe the bug** Adding tab **before** selected one makes mess between TabList and TabPanels PS: Removing tab before selected also work not properly **To Reproduce** https://svelte.dev/repl/8c41f9b5b65248a9b52b2fbe7caba11d?version=4.2.9 1. Navigate to "Tab...

Can you please add close event on Menu so it can be closed inside some function. Generaly I need to close Menu on scroll up/down but I can't without clicking...

**Describe the bug** Using this package with sveltekit [v2](https://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fkit%402.0.0) shows a warning during `vite dev` or `vite build`: ``` 8:42:57 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field...

Fixed missing 2.0 from link. There may still be an extra /docs in the generated path

Fixes #63 A port of the Combobox component from HeadlessUI This follows the same implementation as the other components already here to keep it consistent Added all the tests from...

**Describe the bug** When a Dialog component is inside a Menu component, the Menu opening triggers the Dialog to open. ![2023-10-26 09 58 10](https://github.com/rgossiaux/svelte-headlessui/assets/347079/89dd3543-9fb8-4661-b363-ba9606d88bf2) My guess is that the slot...

Just installed this library and tried to run and received this: ``` $ npm install -D @rgossiaux/svelte-headlessui && npm run dev npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to...