Lyse UI GitHub

Spinner

The Spinner component is an animated loading indicator that communicates ongoing background processes. It provides visual feedback to users while content or actions are being processed.

Add to v0.dev
Loading
tsx

Default

Continuously rotating spinner that indicates loading.

Loading

Sizes

Three sizes: sm (16px), md (24px, default), and lg (32px).

Loadingsm
Loadingmd
Loadinglg

Custom Label

Customizes the text announced to screen readers. Defaults to "Loading".

Saving changeslabel="Saving changes"

In a Button

Compose with Button for async action feedback.