GeoNotificationBar Ready 9.1.0+

GeoNotificationBar is a component designed to show a notification message to the user. It can be customized with different icons, action buttons or close event.

Properties

Prop name Type Default value Description
icon array Show description
closeIcon array
function () {
  return ['fal', 'times']
}
Show description

Events

Name Type Description
close MouseEvent User clicked close button.

Slots

Name Description
default

Use this slot to customize content displayed inside the notification

actions

Use this slot to show additional actions after the message, such as buttons

Constants

This component has no exported constants.

Examples

Simple

With action