N00nDay / stwui

Opinionated yet customizable Svelte-TailwindCSS component library
stwui.vercel.app
MIT License
450 stars 21 forks source link

Finalize Autocomplete component #41

Closed N00nDay closed 2 years ago

N00nDay commented 2 years ago

Currently the autocomplete component is completely styled via properties instead of slots like other components. For example the label, and leading prop should not be props but slots to follow component composition like the rest of the library.