Overview
The Show Spinner action displays a visual indicator, usually in the form of a spinning circle or bar, to let users know that a process is underway.
...
This is particularly useful for operations that may take time, such as data retrieval, file uploads, or API calls.
By displaying a spinner, the application signals to users that they should wait for the process to complete, preventing them from interacting with the UI prematurely or wondering if an action is taking too long.
Config
...
Config Field | Description |
---|---|
Layout Item | It enables to choose from the layout item you created in the specific layout, you are aiming to show spinner on. |
Variant | It enables to decide the color variant for the spinner. It contains of following variants:
Note: By default, selected variant is Brand. |
Size | It enables to choose the size of the spinner, ranging from xx-small to large. |
...