Request: Tabs component provide activeClassName
- i need to set opacity to 50% if deselected
This is actually already possible by providing your own component as the TabButton, with an isActive
variant. See this example linked to in the docs:
Oh very nice sorry didn’t notice it had its own docs