Alert

An alert is used to display important messages or notifications to users, such as warnings, success messages, or error alerts.

It grabs attention and provides feedback based on user actions or system updates. Users can close the alert message once it has been read.


Key Features
  • Contextual Colors: Alerts come in various colours (e.g. success, danger, warning) to convey different message types.
  • Dismissible Option: Includes a close button to allow users to dismiss the alert.
  • Customisable: Easily styled with additional classes or custom CSS.


 Examples
  • Form Validation: Show a success message after submitting a form.
  • Error Alerts: Notify users of failed actions or input errors.
  • System Notifications: Display warnings or important updates to users.
Variations

You can change the width, custom styles and the header and body text are both full WYSIWYG editors.


Buttons

Buttons are interactive elements designed to prompt users to take specific actions.

Read More