Alert
The Alert component is used when you need to show alert messages to users. It is also useful when you need a persistent static container that is closable by user actions.
Properties
The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).
Common
Type object
Choose the type of alert to display:
-
Success: Positive confirmation messages.
-
Info (default): General information.
-
Warning: Important alerts that require caution.
-
Error: Critical issues or errors that need immediate attention.
Message string
Main text content that appears inside the alert. Supports expressions and variables.
Show Icon boolean
Toggle whether an icon appears next to the message.
Closable boolean
Allow users to close (dismiss) the alert manually.
Marquee boolean
Enable scrolling text for dynamic visual emphasis.
Banner boolean
Render the alert as a full-width banner at the top of the form or page.