I think yes, but as a Radix user I feel more confortable if a lib does the a11y for me so I can focus on shipping rather than create my own combobox component
Comments
Log in with your Bluesky account to leave a comment
If you’re looking for something similar to Radix, you may wanna take a look at bits-ui and melt-ui. They provide “low-level” accessible primitives to built your components on. In fact, shadcn-svelte is based exactly on those libraries.
Comments
The a11y compiler warnings from Svelte are there to help with any HTML you write beyond what you get from shadcn-svelte