Skip to main content

Alert

The alert component allows you to display a message in 4 different styles: info, success, warning, and error.

Alert API

The following section details Alert component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Alert configuration

NameTypeConnectableTemplatableDefaultDescription
typestringfalsefalse"info"The type of the alert. Can be info, success, warning, or error.
titlestringfalsefalse""The title of the alert.
descriptionstringfalsefalse""The description of the alert.
Not roundedbooleanfalsefalsefalseDisable rounded corners.
tooltipstringfalsefalse""The tooltip of the alert.
sizestringfalsefalse'small'The size of the alert. Can be extra small or small.
collapsiblebooleanfalsefalsefalseEnable the alert to be collapsible.
Initially collapsedbooleanfalsefalsefalseSet the alert to be initially collapsed.