Feedback & Status

Banner

Definition

Shows persistent page-level feedback.

Usage

Use Banner for important information, warnings, errors, or success states that need space.

Attributes

  • title or i18n required. Banner title.
  • status. info, warning, error, or success.

Children

Optional detail content.

Example

xml
<Banner status="warning" title="Review required">
<Text value="This order needs approval before completion." />
</Banner>