Components
Alert
The Alert component can be used to provide information like error messagess, warnings, or success messages to users.
Targets
Experience Builder SitesExample

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'
}