Jacobs63 / vue3-tabs-component

Vue 3 tabs component
MIT License
96 stars 27 forks source link

Added inactive tab classes #28

Closed mattkibbler closed 1 year ago

mattkibbler commented 2 years ago

Added extra classes for when tabs are inactive.

This is useful for using Tailwind CSS utility classes which you want to be applied by default but then removed when the tab is active or disabled.

Jacobs63 commented 1 year ago

Agreed, thank you for the contribution!