dsfr4drupal-1.x-dev/components/tab/tab.component.yml
components/tab/tab.component.yml
name: DSFR - Tab
description: The tab component allows users to navigate different sections of content within the same page.
status: stable
group: DSFR
props:
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
html_id:
type: string
title: HTML identifier
icon:
type: string
title: Icon
description: 'Example: "checkbox-line"'
is_active:
type: boolean
title: Is active?
default: false
panel_id:
type: string
title: Tab panel identifier
title:
type: string
title: Title
url:
type: string
title: Link URL
required:
- title
libraryOverrides:
dependencies:
- dsfr4drupal/component.tab
