Alerts
Alerts are a versatile tool that can captivate your audience's attention while efficiently delivering essential messages. Whether you want to celebrate achievements or provide critical warnings, alerts empower you to communicate with impact in a sleek and stylish manner.
Attributes
| Attribute | Value |
|---|---|
| content | Enclose the message you wish to display within double quotes |
| icon | Optionally, include a FontAwesome icon within double quotes to enhance visual context. |
Refer to the FontAwesome icon cheatsheet for a selection of available icons
Example
Explore an example showcasing a straightfoward alert with both an icon and a message:
[blocks-alert]
icon: "fa-info-circle"
content: "A simple alert"
[/blocks-alert]
Output
The example above renders as:
The "fa-info-circle" icon from FontAwesome is utilized in this case to denote an informational message.
Feel free to experiment with various icons and messages to tailor your alerts to your content's context.
Remember to consistently use double quotes and maintain proper indentation for polished syntax.