Alert

processed with Corporate
Documentation / Alert

# Colors


Default
Primary
Info
Success
Warning
Danger
    
<@alert>Default<@alert>
<@alert color='primary'>Primary<@alert>
<@alert color='info'>Info<@alert>
<@alert color='success'>Success<@alert>
<@alert color='warning'>Warning<@alert>
<@alert color='danger'>Danger<@alert>

# Dismissible


Info
    
<@alert color='info' dismissible=true>Default<@alert>
		

# Parameters documentation


Parameter Value Default Use
class string none CSS class to apply to the alert title.
color string none CSS class to apply to the alert icon.
titleLevel string h4 Defines the heading level for the alert title (e.g., H1, H2, H3, H4).
title string none Title of the alert.
iconTitle string none The icon to display in the alert.
dismissible boolean 0 Indicates whether the alert can be dismissed by the user.
id string none Unique identifier for the alert. If not provided, a default ID will be generated.
params string none Additional parameters for the alert.