Layout UI

Spinner

Indeterminate loading indicator (lucide Loader2).

Preview

Installation

bash
npx shadcn@latest add @layout/spinner

Usage

tsx
import { Spinner } from "@/components/ui/spinner"

Examples

Inside buttons

Inheriting colour

destructive
success
warning
foreground

Guidelines for AI agents

Short, unknown-duration waits inside buttons or small regions. Inherits currentColor so it adopts the parent's text token.

Never

  • Neveruse a full-page spinner where a Skeleton preserves layout