Tab component
The Tab component implements a tab content area.
See the Admin Design Pattern Library (Tabs) topic for information about the UI design patterns that can be implemented using the Tab component.
Configuration options
| Option | Description | Type | Default | 
|---|---|---|---|
component | 
    The path to the component’s JS constructor, in terms of RequireJS. | String | Magento_Ui/js/form/components/area | 
  
template | 
    The path to the component’s .html template. | 
    String | templates/layout/tabs/tab/default | 
  
uniqueNs | 
    Unique namespace for the component. | String | params.activeArea |