cosmos
cosmos copied to clipboard
Render tabs as navigation using anchors
Is your feature request related to a problem? Please describe. @cristiandouce commented that the Tabs are rendered as buttons and do not expose the href and don't behave as links, hence, you can't integrate it to the router.
Describe the solution you'd like Render an anchor instead of button for the Tab links. You can add a role="button" to keep it accessible (This is taken from Boostrap's Navs)