Tabs

Tabs used to switch between different views
Tabs will inherit their background so the color input will determine if the text is light or dark

Router tabs have routes built in. They handle the selected state of the tabs and can be opened in new tabs

Note that the links must be absolute.

Inputs
hasMoreOptions : boolean
sizeDesktop : TabsSize
sizeTablet : TabsSize
truncate : boolean
It requires the fullWidth property to set true; - otherwise it won't put the ellipses at the end of the text.
align ?: TabsAlign = TabsAlign.LEFT
border ?: TabsBorder = TabsBorder.NONE
borderPersist ?: boolean = false
color ?: TabsColor = TabsColor.FOREGROUND
direction ?: TabsDirection = TabsDirection.ROW
fullWidth ?: boolean = false
overflowHidden ?: boolean = false
size ?: TabsSize = TabsSize.LARGE
textWrap ?: boolean = false