svelte-headlessui
svelte-headlessui copied to clipboard
Unofficial Svelte port of the Headless UI component library
For all the form related components (radio group, switch) the react version supports the prop `name` for use in `form` element. Is there a way to get this working somehow...
**Describe the bug** On the official headlessui on mobile the modal is still centered. however here you can also see in the example in the docs that on mobile (using...
**Describe the bug** After installation, Svelte throws a 500 error about importing svelte-headlessui. This resolves after restarting the dev server, and most people probably exit the dev server anyway before...
**Describe the bug** Scoped global styling doesn't seem to work. Classes are being applied and the component is reactive, so the issue is specifically around style scoping. **To Reproduce** ```...
Thanks for making exactly what I was looking for! And you went even further - your documentation is some of the best and most thorough I've seen in any frontend...
tags to help users find this issue: unresponsive, freeze, stutter this is more of a warning and guidance on how to (probably) solve this problem. because of [this issue](https://github.com/rgossiaux/svelte-heroicons/issues/2), if...
Is there any way to catch keyboard events in a `DisclosureButton`? By default, it captures the Enter and Spacebar to open/close the Disclosure, however, I have an `input` field that...
**Describe the bug** When using the `` component a `` is added to the page a few parent elements above. This is causing some layout issues as a new element...
The existing example of styling tabs in the Docs ` "tab-selected" : "tab-unselected"}>Tab 1` throws this error `Expected } svelte(unexpected-token) Expected } js(-1)` at the `:` character Fixed by changing...
## Describe the bug I'm using Webpack 5 (via `@symfony/webpack-encore`) and getting a bunch of errors when I import the components. It seems to be [a common problem](https://github.com/webpack/webpack/issues/11467). 1. I...