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:

  1. Card Body

  2. Col

Allowed Child Components:

  1. Trigger Before Render

  2. Trigger On Click

  3. Trigger On Dismiss

Properties

➤ Alert Type

Select an option to set the color of the alert. default: Info

Allowed Values:

  1. Danger

  2. Warning

  3. Success

  4. 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