matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS
https://smeltejs.com/
MIT License
1.53k stars 114 forks source link

Add items slot to list to override all items #258

Closed gtosh4 closed 3 years ago

gtosh4 commented 3 years ago

This allows using the items (plural) slot to make this function more like a plain ul with the proper list classes (not that they're lengthy, but more for consistency).

matyunya commented 3 years ago

Makes sense, thanks!