Message
Description
A component to display a message
The Message component is used to display static messages, alerts, or empty states. It supports an icon, title, text body, and an optional note area.
It comes with variants for standard, success, warning, and error states.
API reference
public class Message : ComponentBase<Message, HTMLDivElement>An inline informational message strip with predefined tones (info, success, warning, error) and an optional dismiss button.
Constructors
Methods
public Message Icon(UIcons icon, string color = null, TextSize size = TextSize.Large)Configures the component to icon.
public Message Variant(MessageVariant variant)Configures the component to variant.
public enum MessageVariant