PHP 7.3 reached end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. You may want to consider planning your upgrade now to Adobe Commerce 2.4.x and PHP 7.4.x to help maintain PCI compliance.
Nav component
The Nav component implements tabs navigation.
See the Admin Design Pattern Library (Tabs) topic for information about the UI design patterns that can be implemented using the Nav component.
Configuration options
Option | Description | Type | Default |
---|---|---|---|
collapsible |
Enables/disables the collapsible functionality. | Boolean | false |
component |
The path to the component’s JS constructor, in terms of RequireJS. | String | Magento_Ui/js/form/components/tab_group |
opened |
Initial collapsible state, if the collapsible functionality is enabled. | Boolean | true |
template |
The path to the component’s .html template. |
String | ui/tab |