GeoExternalLinkButton Ready 24.5.0+

GeoButton using predefined link variant and featuring an external icon.

ExternalLink buttons are normally used to open new windows that are not part of the currently used application.

See GeoButton for a complete list of supported properties and features.

Properties

Prop name Type Default value Description
disabled boolean false Show description
loading boolean false Show description
href string Show description
target string '_blank' Show description
icon array
function () {
  return ['fal', 'external-link-square']
}
Show description

Events

Name Type Description
click undefined User clicked on the button.

Slots

Name Description
default
loading

Constants

This component has no exported constants.

Examples

Complete flow

Regular

Hover / Focus

Disabled

Disabled & Hover / Focus

Loading

Loading & Hover / Focus

Loading & Disabled