dsfr4drupal-1.x-dev/components/tabs/tabs.component.yml
components/tabs/tabs.component.yml
name: DSFR - Tabs
description: The tabs component allows you to group several tab components together.
status: stable
group: DSFR
props:
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
label:
type: string
title: Tabs label
panels:
type: array
title: Panels
description: 'Each item expects "dsfr4drupal:tab-panel" component.'
items:
type: object
tabs:
type: array
title: Tabs
description: 'Each item expects "dsfr4drupal:tab" component or another object like \Drupal\Core\Link.'
items:
type: object
required:
- tabs
libraryOverrides:
dependencies:
- dsfr4drupal/component.tab
