Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

May 29, 2020
3a2405e · May 29, 2020

History

History
33 lines (23 loc) · 1.01 KB

activity-indicator.md

File metadata and controls

33 lines (23 loc) · 1.01 KB
title apiRef contributors
ActivityIndicator
MisterBrownRSA
rigor789
ikoevska

<ActivityIndicator> is a UI component that shows a progress indicator signalling to the user of an operation running in the background.


<ActivityIndicator busy="true" @busyChange="onBusyChanged" />

[> screenshots for=ActivityIndicator <]

Props

Name Type Description
busy Boolean Gets or sets whether the indicator is active. When true, the indicator is active.

Events

Name Description
busyChange Emitted when the busy property is changed.

Native component

Android iOS
android.widget.ProgressBar (indeterminate = true) UIActivityIndicatorView