Getting startedFoundationsUtilitiesComponentsReleasesSupportGetting startedFoundationsUtilitiesComponentsReleasesComponent StatusAccordion GroupAccordionCollapseBadgeButtonButton DropdownCardStatus CardContentData GridData Grid Table HeaderDate PickerDate Picker InputDate Range PickerDate Range Picker ButtonInputSelectText AreaCheckboxCheckbox GroupRadio ButtonRadio Button GroupComboboxIconIcon LibraryListList Parent ItemList ItemList HeaderHeaderMobile SubheaderFooterFooter ItemSidebarAlertToastToast GroupDialogModalPanelPopoverPaginationSpinnerTabsTab GroupTabTab Panel GroupTab PanelToggle

Component Tab Panel Group

This component is used to create a container that can hold multiple tab panel items. It's used with the tab panel component.

Example

This is panel 1This is panel 2This is panel 3
<som-tabs>
<som-tab-group contained>
<som-tab name="Tab one"></som-tab>
<som-tab name="Tab two"></som-tab>
<som-tab name="Tab three"></som-tab>
</som-tab-group>
<som-tab-panel-group>
<som-tab-panel>
<som-content>This is panel 1</som-content>
</som-tab-panel>
<som-tab-panel>
<som-content>This is panel 2</som-content>
</som-tab-panel>
<som-tab-panel>
<som-content>This is panel 3</som-content>
</som-tab-panel>
</som-tab-panel-group>
</som-tabs>

Methods

NameReturnsDocs

showTabPanel

Promise<void>
Healthy

Healthy content is accurate and represents our most up-to-date recommendations.

Get in touch

Do you have an idea, or want to help us improve this page? Reach out to us via email.

DTMB-DG-Support@michigan.gov

Need help? Visit our Support page to learn how to get assistance, troubleshoot issues, and connect with the team.

Get in touch

Do you have an idea, or want to help us improve this page? Reach out to us via email.

DTMB-DG-Support@michigan.gov

Need help? Visit our Support page to learn how to get assistance, troubleshoot issues, and connect with the team.

Open source