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

HeadlessUI components for Svelte

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

Have you seen this issue with the Popover Menu? The focus is returned to the button after it closes, even though I clicked another button. [screen-capture.webm](https://github.com/CaptainCodeman/svelte-headlessui/assets/2152810/a8704b6b-d064-440f-b6db-d68ca2e847a5)

version: 0.0.33 The directive should not add role="menu" its considerate as an aria error. Its implies that the popover can be controle through arrow keys. More info on the page:...

In Website https://captaincodeman.github.io/svelte-headlessui/tabs ``` from - import { createTabs } from '$lib/tabs' to + import { createTabs } from "svelte-headlessui" ```

It a lot of use cases we want to add functionality when closing as prevent the close whenever a condition is met.

## Manage the active item via focus Most of the AGP documentation, including examples you to manage the keyboard & mouse active item as the focus. - [Managing Focus Within...

For a switch in rgossiaux headlessUI I would use something like this: ``` Enable notifications ``` Where the bind:checked was how I would set the value and have it be...

Hello, It would be nice to add tooltip to this nice library. [Discussion from HeadlessUI that shows interest](https://github.com/tailwindlabs/headlessui/discussions/436) Regards, Mohannad

If you take your example and key the each like this: ```svelte {#each filtered as value (value.name)} ``` Then type something that shows up in two of the names, then...

Hi, loving the concept and implementation of this library, being able to bring your own HTML and then adding actions to get the required functionality feels like a real solution...

Hello and thanks for taking on HeadlessUI for Svelte! I'm just starting to play around with it and am having some trouble understanding the right way to provide dynamic data...