GeoButton Ready 1.1.0+

Use GeoButton to add button-like elements to your app with a single tag, being able to customize its color scheme to show the user the intention of the element.

Properties

Prop name Type Default value Description
disabled boolean false Show description
loading boolean false Show description
type enumPropertyFactory({ componentName: 'GeoButton', propertyName: 'type', enumDictionary: TYPES, required: true }) Show description

Events

Name Type Description
click MouseEvent User clicked on the button.

Slots

Name Description
default

Use this slot to customize what’s displayed in button’s label

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