GeoFeedbackBox Ready 21.0.0+

Use GeoFeedbackBox component to give visual feedback to your users about the result of an action or insights to help them properly finish a task. You can customize the color to change the intention of the feedback and add icons or buttons to allow the user to perform actions right on the Feedback boxes.

Properties

Prop name Type Default value Description
floating boolean false Show description
closeIcon array
function () {
  return ['fal', 'times']
}
Show description
variant enumPropertyFactory({ componentName: 'GeoFeedbackBox', propertyName: 'variant', enumDictionary: VARIANTS, required: true }) Show description

Events

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

Slots

Name Description
leadingAccessoryItem

Use this slot to customized displayed message

content

Use this slot to show the message

actions

Use this slot to show additional actions after message

Constants

Name Value
VARIANTS Show definition

Examples

Simple

With icon

With actions

With icon & actions

Feedback boxes with close button