ComponentsLayout
TabGroup & Tab
TabGroup
The TabGroup component allows the embedding of several children which can be then toggled by a series of buttons on top.
Properties
Prop | Type | Default |
---|---|---|
children | any | - |
primary | boolean | - |
labels | string[] | - |
Tab
The Tab component functions only as an intended child of the TabGroup component.
Properties
Prop | Type | Default |
---|---|---|
children | any | - |
label | string | - |
title | string | - |
description | string | - |