MeldUI

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

PropTypeRequiredDescription
titleDynamicStringnoThe alert title.
descriptionDynamicStringnoThe alert body text.
variantenumnoinfo (default), success, warning, destructive.

See the Catalog Reference for the full component contract, and the A2UI overview for how agents target the MeldUI catalog.