GeoSuccessFeedbackBox Ready 21.0.0+

GeoFeedbackBox using predefined success variant.

success variant is normally used to tell the user an explicitly started action has finished successfully.

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', 'thumbs-up']
}
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