@page @model Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Pages.Components.AlertsModel @{ ViewData["Title"] = "Alerts"; }
Based on Bootstrap Alert.
<abp-alert alert-type="Danger">
I'm an abp alert!
</abp-alert>
<abp-alert alert-type="Warning" dismissible="true">
I'm a dismissible abp alert!
</abp-alert>
<abp-alert alert-type="Info">
I'm an abp alert with <a abp-alert-link href="#">Link</a>!
</abp-alert>
<abp-alert alert-type="Primary">
<abp-alert-header size="h3">Header</abp-alert-header>
I'm an abp alert!
</abp-alert>