rgossiaux / svelte-headlessui

Unofficial Svelte port of the Headless UI component library
https://svelte-headlessui.goss.io
MIT License
1.78k stars 96 forks source link

Style disabled tabs? #124

Closed endigma closed 1 year ago

endigma commented 1 year ago

Could disabled be added to slotProps?

NoelOConnell commented 1 year ago

disabled is a render prop on the Tab component so it's a value you have control over when you are writing the markup. So you could use it to style the tabs as you like.