{% set title = 'Alert' %} {% set filename = 'component-alert.html' %} {% extends 'src/layouts/master.html' %} {% block content %}
A pretty helpful component to show emphasized information to the user.
This is a primary alert.
This is a success alert.
This is a warning alert.
This is a danger alert.
This is a dark alert.
This is a secondary alert.
This is a light alert.
This is a info alert.