GeoProgressFeedbackBox Ready 21.0.0+

GeoFeedbackBox using predefined progress variant.

progress variant is normally used to give feedback about a background process that is not finished and that user might want to wait before proceeding but that does not strictly require them to wait for. For instance, when user asked to download a file but it has to be generated and this process might take some seconds.

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', 'spinner-third']
}
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