Spinner

A spinner is a visual indicator that confirms a process is happening in the background but the component or view is not yet ready for interaction.


                                                        
                                                        
                                                            <template>
                                                          <w-stack gap="large" align-items="center">
                                                            <w-spinner size="small"></w-spinner>
                                                            <w-spinner size="large"></w-spinner>
                                                          </w-stack>
                                                        </template>
                                                        
                                                        
                                                            

Props

Name

Description

Type

Default

Values

aria-label

Defines a string value that labels an element.

string

 

 

size

Defines the size of the spinner

string

large

small, large