dsfr4drupal-1.x-dev/components/link-group/link-group.component.yml
components/link-group/link-group.component.yml
name: DSFR - Link (group)
description: The link group allows you to group several link components together.
status: stable
group: DSFR
variants:
sm:
title: Small
description: Component small size
md:
title: Medium
description: Component medium size (default)
lg:
title: Large
description: Component large size
props:
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
is_bordered:
type: boolean
title: Is a bordered links group?
default: false
is_download:
type: boolean
title: Is a download links group?
default: false
is_inline:
type: boolean
title: Is an inline links group?
default: false
items:
type: array
title: Items
description: 'Each item expects properties of the "dsfr4drupal:link" component.'
items:
type: object
required:
- items
libraryOverrides:
dependencies:
- dsfr4drupal/component.link
