Alert
displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
Note: I have set the root font-size to 10px for this library.
Instructions to import the Alert component in your CSS or HTML:
Simple Alert
has 4 types:
alert_info
alert_success
alert_warning
alert_danger
This is a simple info Alert
This is a simple success Alert
This is a simple warning Alert
This is a simple danger Alert
Standard Alert
in addition to the simple alert, it has an icon:
info Alert with icon and close button
success Alert with icon and close button
warning Alert with icon and close button
danger Alert with icon and close button