TabSet is a custom component to display a tabbed interface
Select a tab by setting active binding to true:
import {{'{'}}FuiTabModule{{'}'}} from 'fuel-ui'; //module
import {{'{'}}Tab, TabSet{{'}'}} from 'fuel-ui'; //class
TabSet is a custom element to show an interactive tabbed interface. Used in conjuction with the custom Tab element, TabSet can be displayed in a number of ways