GeoWarningFeedbackBox Ready 21.0.0+

GeoFeedbackBox using predefined warning variant.

warning variant is normally used to show information that might impact how the user will continue using the application or that is required to properly finish the task at hand.

See GeoFeedbackBox for a complete list of supported properties and features.

Properties

Prop name Type Default value Description
floating boolean false Show description
closeIcon array
function () {
  return ['fal', 'times']
}
Show description
icon array
function () {
  return ['fal', 'exclamation-triangle']
}
Show description

Events

Name Type Description
close MouseEvent User clicked on the *Close* button.

Slots

Name Description
content

Use this slot to customized displayed message

actions

Use this slot to show additional actions after message

Constants

This component has no exported constants.

Examples

Simple

With custom icon

With actions

With custom icon & actions

With close button

Long content

Floating