Alert
Render a status callout from an A2UI agent using MeldUI's Alert.
The Alert component renders a callout banner conveying status or an important message. An agent emits an Alert with an optional title/description and a variant (info, success, warning, destructive); the MeldUI renderer maps it to the MeldUI Alert.
Properties
| Prop | Type | Required | Description |
|---|---|---|---|
title | DynamicString | no | The alert title. |
description | DynamicString | no | The alert body text. |
variant | enum | no | info (default), success, warning, destructive. |
See the Catalog Reference for the full component contract, and the A2UI overview for how agents target the MeldUI catalog.