GeoErrorFeedbackBox Ready 21.0.0+

GeoFeedbackBox using predefined error variant.

error variant is normally used to give feedback about errors on unexpected situations that prevent users from finished the intended flow.

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