Navigation
Tabs
When you need a page navigation top bar, the Tabs component is the right choice. This will use actual links to pages, that you need to set up with SveteKit. Just look at the very top of this page. Here is the code that created these Tabs.
By the way, tabs are no complex component, you can also just use classes to do your own custom tabs logic. You
just need an ul.tabs with some li>(button|a).btn.tab elements. And put a .primary class on the active one.
Radio Tabs
This is almost the same component, but rather than doing actual page navigation, this is just a wrapper for a radio group.