Skip to main content

Alert

Description

A simple bootstrap alert

Breadcrumb

{{ component('proglab_alert', {
style: 'success',
text: 'Ceci est une alerte',
dismissable: true,
class: 'text-center'
}) }}

Parameters

ParameterTypeDescriptionDefault Values
textstringRequired
style?stringThe bootstrap styleprimary
dismissable?stringX button to dismissfalse
class?stringOther classnull

Usage/Examples

{{ component('proglab_alert', {
test: 'Done',
style: 'success'
}) }}