eQuantic.UI Documentation

Component

Alert

Information messages with distinct styles for different contexts.

Usage Example

new Alert("Update available", variant: AlertVariant.Info);

Properties

PropertyDescription
titleBrief summary of the alert.
messageDetailed explanation.
variantVisual style (Success, Info, Warning, Error).

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.