Background
As of now, Spectre tabs require JS for interactivity. Pure CSS version doesn't require JS, therefore it is faster. It's been requested multiple times before.
Proposal
I've implemented pure CSS tabs in commit 0ec0ffb. You can cherry-pick it to your Spectre fork.
Notes
Currently there is a limit of 10 tabs, but it can be configured in _tabs.scss.
Background
As of now, Spectre tabs require JS for interactivity. Pure CSS version doesn't require JS, therefore it is faster. It's been requested multiple times before.
Proposal
I've implemented pure CSS tabs in commit 0ec0ffb. You can cherry-pick it to your Spectre fork.
Notes
Currently there is a limit of 10 tabs, but it can be configured in
_tabs.scss.