Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 2.28 KB

File metadata and controls

33 lines (21 loc) · 2.28 KB

Visual Studio Code Progress Ring

The vscode-progress-ring component is used to indicate an indeterminate loading state.

Progress ring hero

Usage

❌ Don't ✅ Do
Progress ring showing indicating a user progress's in a workflow Image placeholder
Don't use a Progress Ring to indicate user progress on a multi-step task. Indicate indeterminate progress while the extension waits for something to load or to finish executing.
❌ Don't ✅ Do
Two progress rings in close proximity Two progress rings in distinct sections
Don't use multiple Progress Rings in close proximity. Use a single Progress Ring in a view. If multiple must be used, ensure they are in clearly defined sections of the extension.

Implementation

Interactive component examples

Attributes

None

Basic Progress Ring

The progress ring displays a looping animation to indicate an indeterminate state where the wait time is unspecified.

<vscode-progress-ring></vscode-progress-ring>