diff --git a/content/guides/01.data-model/3.interfaces.md b/content/guides/01.data-model/3.interfaces.md index 098750bd..09ce2a67 100644 --- a/content/guides/01.data-model/3.interfaces.md +++ b/content/guides/01.data-model/3.interfaces.md @@ -544,6 +544,16 @@ User-controlled showing and hiding of fields within the group by clicking on eac | Accordion Mode | Toggle whether only one section can be open at a time. | | Start | `All Closed`, `First Opened` | +### Tabs + +![A tab group interface showing fields organized into selectable tabs.](/img/group-tabs-interface.png) + +Display fields or groups as tabs. Selecting a tab shows only the fields within that group. + +| Configuration | Options | +| ------------- | -------------------------------------------------------- | +| Fill Width | Allow the tab group to fill the full width of the page. | + ### Detail Group ![A group of form fields that are currently hidden behind a toggle.](/img/f1d62298-5cce-41b5-9655-1014b97a6aac.webp) diff --git a/public/img/group-tabs-interface.png b/public/img/group-tabs-interface.png new file mode 100644 index 00000000..3234486c Binary files /dev/null and b/public/img/group-tabs-interface.png differ