GeoInfoFeedbackBox Ready 21.0.0+

GeoFeedbackBox using predefined info variant.

info variant is normally used to show details that might be useful but knowing them is not required to properly perform the task they are about.

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