GeoActivityIndicator Ready 2.0.0+

GeoActivityIndicator acts as a loading spinner to give visual feedback to users on an ongoing request or background task. You can customize the color, size and completion percentage of the spinner.

Properties

Prop name Type Default value Description
indeterminate boolean undefined Show description
percentage number undefined Show description
animated boolean undefined Show description
variant enumPropertyFactory({ componentName: 'GeoActivityIndicator', propertyName: 'variant', enumDictionary: VARIANTS, defaultValue: VARIANTS.default }) Show description
innerRadius number 40 Show description

Slots

Name Description
default

Use this slot to customize content displayed inside the indicator

Constants

Name Value
VARIANTS Show definition

Examples

Simple

With icon

Customizable