sveltecult / franken-ui

Franken UI is an HTML-first, open-source library of UI components that works as a standalone or as a Tailwind CSS plugin. It is compatible with UIkit 3. The design is influenced by shadcn/ui.
https://franken-ui.dev
MIT License
1.06k stars 12 forks source link

Combobox Support #8

Closed DaanVervacke closed 2 weeks ago

DaanVervacke commented 3 weeks ago

Are there any plans to include a component similar to shadcn's combobox? Reference

Thanks!

sveltecult commented 2 weeks ago

Hello,

The direction of this library has changed to be framework-agnostic and HTML-first. For now, I don't see myself adding combobox. But, it's very easy to do because all elements you need to build one is already there, see this as an example: https://mas.to/@sveltecult/112402965900231702 and for the datepicker: https://github.com/sveltecult/franken-ui-site/issues/2

If there's a possibility then it would be a separate project and is Alpine+HTMX-specific.