Spinner
The Spinner
is used to indicate that the system is processing some information. It can be applied to several components, inputs with asynchronous actions, buttons, among others.
Avoid using Spinner
for actions that take a long time. In this case, it is recommended to use the ProgressBar component.