Alerts

Messages that usually appear at the top of the page or container. Blaze alerts are grouped together in an .c-alerts block.

Default
Primary
Secondary
Success
Error
<Alert closable>Alert</Alert>
<Alert primary closable>Alert</Alert>
<Alert secondary closable>Alert</Alert>
<Alert success closable>Alert</Alert>
<Alert error closable>Alert</Alert>

Animation

Hello!
<Alert animation="slow" closable>Alert</Alert>

animaton

Will turn on animation per alert.

slow, fast

Every animation comes with slow and fast modifiers.