GeoCompactButton Ready 24.13.0+

GeoCompactButton is a button designed to be displayed in specially small environments, like actions attached to an input field.

Properties

Prop name Type Default value Description
disabled boolean false Show description
loading boolean false Show description
type enumPropertyFactory({ componentName: 'GeoCompactButton', propertyName: 'type', enumDictionary: TYPES, required: true }) Show description
icon array
function () {
  return ['fal', 'times']
}
Show description

Events

Name Type Description
click MouseEvent User clicked on the button.

Slots

Name Description
loading

Use this slot to customize what’s displayed when the button is in loading state

Constants

Name Value
TYPES Show definition

Examples

Full flow

Regular

Hover / Focus

Disabled

Disabled & Hover / Focus

Loading

Loading & Hover / Focus

Loading & Disabled

Loading & Disabled & Hover / Focus