| Prop | Type | Default | Attributes |
|---|---|---|---|
ariaLabel | string | No default value | |
size | union | sm | |
color | union | default | |
className | union | No default value | |
attributes | object | No default value |
Spinner
A visual loading indicator that provides feedback to users during asynchronous operations and data processing.
Import
import { Spinner } from '@vortexlabs/vortex';
import type { SpinnerProps } from '@vortexlabs/vortex';Display
<Spinner ariaLabel="Content is loading..." />Other links