Spinner

Widget that displays a loading state. It is used to indicate that an action is in progress.

Import

import { Spinner } from '@vortex-kit/vortex';
import type { SpinnerProps } from '@vortex-kit/vortex';

Display

<Spinner ariaLabel='Loading...' />

Spinner

Prop
Type
Default
size
union
sm
color
union
default
ariaLabel
string
attributes
object
className
union
Spinner Component Props — Vortex Design System