shadcn_ui-progress

Installation
SKILL.md

Shadcn UI — Progress

Instructions

ShadProgress displays completion progress, typically as a progress bar. Use determinate mode with a value (0.0–1.0); omit value for indeterminate (animated) progress.

Determinate

ConstrainedBox(
  constraints: BoxConstraints(
    maxWidth: MediaQuery.sizeOf(context).width * 0.6,
  ),
  child: const ShadProgress(value: 0.5),
)

Indeterminate

Installs
10
GitHub Stars
8
First Seen
Apr 13, 2026
shadcn_ui-progress — serverpod/skills-registry