• Docs
  • Components
  • Spinner

Spinner - Aspect UI

The Spinner component indicates loading or ongoing processes using a circular motion. It’s lightweight, customizable, and suitable for both small and large loading contexts.

Table of Contents#

Spinner Props#


PropTypeDefaultDescription
sizesmall medium large'medium'Sets the size of the spinner.
classNamestring''Additional CSS class names for custom styling.
thicknessnumber2Specifies the stroke thickness of the spinner.
...restHTMLAttributes<HTMLDivElement>-Additional HTML div attributes passed to the root element.