Introduction to modern Spinner control
Spinner control is one of the new modern controls in Power Apps. It is used to show loading scenarios for a better user experience. There are a lot of configuration options available that I will talk about below.
Properties
- Label - The text to show
- LabelPosition - Where to position the text defined in the Label property
- SpinnerSize - There are 7 options:
- 'Spinner.SpinnerSize'.Tiny
-
ExtraSmall
-
Small
- Medium (default)
-
Large
-
ExtraLarge
-
Huge
- SpinnerColor - The color
- TrackColor - The color of the track (shown in the demo below)
- Appearance - There are 3 options:
-
'Spinner.Appearance'.Primary (default)
-
Inverted
-
Using modern Spinner control
Here is a demo of this control with different configurations:
Stay tuned for the remaining modern controls!
To read the official documentation of modern controls, click here.
Recent articles
- Radio group - Everything you want to know about modern control #14
- Progress bar - Everything you want to know about modern control #13
- Number input - Everything you want to know about modern control #12