Simple Alert
Description:
Simple Alert
Alerts help to gain user attention and give feedback for proccessed task. These alerts are built with different background and borders to show.
Allowed Parent Components:
Card Body
Col
Allowed Child Components:
Trigger Before Render
Trigger On Click
Trigger On Dismiss
Properties
➤ Alert Type
Select an option to set the color of the alert. default: Info
Allowed Values:
Danger
Warning
Success
Info
➤ Title
Provide a meaningful text that describes the purpose of the alert
Allowed Values: Free text field
➤ Message
Enter a text or an expression to show in the alert.
Allowed Values: An expression which should return string after evaluation
➤ Closable
When checked, the alert can be closed by either pressing the Esc key or by pressing the cross icon rendered on the top right corner of the alert when the alert is visible
Allowed Values: Yes/No
➤ Margin
Select a value to add margin on all four sides of the component. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.
Allowed Values: Any number value
➤ Margin Bottom
Select a value to add margin on the bottom of the component.
Allowed Values: Any number value
➤ Margin Left
Select a value to add margin on the left of the component.
Allowed Values: Any number value
➤ Margin Right
Select a value to add margin on the right of the component.
Allowed Values: Any number value
➤ Margin Top
Select a value to add margin on the top of the component.
Allowed Values: Any number value
➤ Padding
Select a value to add padding on all four sides of the component. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.
Allowed Values: Any number value
➤ Padding Bottom
Select a value to add padding in the bottom of the component.
Allowed Values: Any number value
➤ Padding Left
Select a value to add padding in the left of the component.
Allowed Values: Any number value
➤ Padding Right
Select a value to add padding in right of the component.
Allowed Values: Any number value
➤ Padding Top
Select a value to add padding in top of the component.
Allowed Values: Any number value
Last updated