TabPanels

readyNot reviewed for a11y
This page may be removed. Primer plans to move all Rails component documentation to Lookbook.

Description

Use TabPanels for tabs with panel navigation.

Arguments

NameRequiredDescription
label
String

Sets an aria-label that helps assistive technology users understand the purpose of the tabs.

align
Symbol

One of :left or :right. - Defaults to left

body_arguments
Hash

System arguments for the body wrapper.

wrapper_arguments
Hash

System arguments for the TabContainer wrapper.

system_arguments

Slots

tabs

Tabs to be rendered. For more information, refer to Primer::Alpha::Navigation::Tab.

NameRequiredDescription
id
String

Unique ID of tab.

selected
Boolean

Whether the tab is selected.

system_arguments

extra

Renders extra content to the TabPanels. This will be rendered after the tabs.

NameRequiredDescription
align
Symbol

One of :left or :right.