Components

Alert

The Alert component can be used to provide information like error messagess, warnings, or success messages to users.

Targets

Experience Builder Sites

Example

Alert

Data Structure

The Alert component expects an Expression that evaluates to the following data structure:

{
    title: string,
    message: string,
    type: 'info' | 'warning' | 'error' | 'success' | 'neutral'
}
Previous
Accordion
Next
Avatar