An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task. Alerting makes it possible for people to keep up with the information that matters most to them.
For simple alert with short message, use class alert with alert-variant. AceUI provides four alert variants - info, success, warning and error. Refer examples below to use alert in your project.
Use classes alert & alert-icon to create alert with icons. Refer the example given below.
Alert with dismiss have close button which allow users to close/ remove the alert.
To make alerts of darker color use class alert-dark.
To make alerts of lighter color use class alert-light.