Ryan Gossiaux
Ryan Gossiaux
Headless UI released a new combobox component a few days ago. This is a placeholder issue to track porting this component. I estimate it'll be done in a few weeks....
The examples on each page should have an option to view source. I probably want to remove the lang="ts" from the example sources and consider converting them away from Tailwind.
This is causing a navigation issue related to the iframe relative URLs.
Right now there's only one version so I didn't want to block on this, but in general I really like the model of having separate doc sites for each minor...
Been meaning to set this up but it wasn't worth blocking the docs on. Some inspiration: https://ped.ro/writing/code-blocks-but-better https://github.com/shikijs/shiki and some related shiki projects like CodeHike https://github.com/bluwy/website/blob/master/packages/markdown/remark-shiki.js
We already forward `use:` (via the `use=` prop) and `on:` (via some runtime hacks). We should consider supporting equivalents for the transition/animation directives too: something like `in=`, `out=`, `transition=`, and...
When I ported these I completely forgot that Svelte has standard names for these events already: https://svelte.dev/tutorial/transition-events We should use those event names. It's a breaking change, so I should...
https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#prebundlesveltelibraries Should spend some time on the bundling of the library in general and make sure it's working correctly
I don't remember any more why this ended up with a different implementation... looking back over it I don't see why it can't be closer to the others. In particular...
If you have the table ``` | Column A | Column B | | -------- | -------- | | Foo | `A \| B` | ``` then it should render...