Designpedia
All terms
Navigation & Inputs · Data Display

Spinner / Loader

also known as Loader, Loading spinner, Activity indicator, Throbber

A spinner is an animated indeterminate indicator, usually a rotating circle, that tells users the system is working without estimating how long it will take. It suits short waits of roughly two to ten seconds. Because it gives no progress detail, it is poor for long operations.

See it live — shadcn/ui · MUI · Ant Design
Don't confuse it with
A spinner is indeterminate and best for short waits; a progress bar shows measurable progress for longer ones. A skeleton screen previews the incoming page layout instead of showing a generic spinner.
In the wild
The spinning circle while a page or button action loads.
Tags
Sources