# Tab Group
<flow-tab-group>
The tab group component provides a container for tab buttons and tab panels to create a tabbed UI.
Panel content is added to the tab group using the tab panel component. Tab buttons to select panels are added using the tab component.
To link a tab button to a panel set the panel
attribute of the tab button to the name
attribute of the corresponding panel.
# Examples
# Tab Placement
Tab buttons can be placed on all four sides of the tab group container by setting the placement
attribute.
← Radio Group Tab →