Learn about the LoadingSpinner component for use in UI extensions.
LoadingSpinner
component renders a visual indicator for when an extension is loading or processing data.
'xs'
), small ('sm'
, default), medium ('md'
).inline
, centered
.Prop | Type | Description |
---|---|---|
label | String | The text that displays next to the spinner. |
showLabel | Boolean | When set to true , the label will appear next to the spinner. Default is false . |
size | 'xs' , 'extra-small' | 'sm' , 'small' (default) | 'md' , 'medium' | The size of the spinner. |
layout | 'inline' (default) | 'centered' | The position of the spinner |