dsfr4drupal-1.x-dev/components/alert/alert.component.yml
components/alert/alert.component.yml
name: DSFR - Alert
description: Alerts make it possible to draw the user's attention to information without interrupting their current task.
status: stable
group: DSFR
variants:
sm:
title: Small
description: Component small size
md:
title: Medium
description: Component medium size (default)
props:
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
button_label:
type: string
title: Button label
button_title:
type: string
title: Button title attribute
content:
type: string
title: Content
has_button:
type: boolean
title: Has button?
default: false
icon:
type: string
title: Icon
description: 'Example: "checkbox-line"'
title:
type: string
title: Title
title_tag:
type: string
title: Title HTML tag
default: h3
type:
type: string
title: Type
default: default
enum:
- default
- error
- info
- success
- warning
required:
- content
libraryOverrides:
dependencies:
- dsfr4drupal/component.alert
