CaptainCodeman / svelte-headlessui

HeadlessUI components for Svelte
https://captaincodeman.github.io/svelte-headlessui/
MIT License
529 stars 25 forks source link

Feature request: possibility to add an image to combobox #55

Closed happysalada closed 1 year ago

happysalada commented 1 year ago

just like on https://tailwindui.com/components/application-ui/forms/comboboxes#component-32481db09d2a5728d5f30de53d69bc82 it would enable things like country dropdowns for example.

CaptainCodeman commented 1 year ago

You can already do this - the whole point of "headless" is that you are in complete control of the markup.

Example (using this lib):

Screenshot 2023-04-18 at 8 22 36 AM
happysalada commented 1 year ago

It would be amazing to have this as an example! Thanks for the quick reply!