Busy Button
A pending action button. While the action is in flight the button sets `aria-busy` and `aria-disabled` (staying focusable but ignoring clicks) and announces progress in a `role="status"` region, resolving to a done state once it completes.
- Axe
- Focus
Preview
Installation
npx shadcn@latest add https://ui.publictheta.com/r/busy-button.jsonConformance
Verified against the @publictheta/ui-spec busy-button specification on both the React and vanilla reference implementations, across Chromium, Firefox, and WebKit.
- Axe — No WCAG 2 A/AA axe-core violations
- Focus — A visible focus indicator appears on keyboard focus (WCAG 2.4.7)
See the full conformance matrix across all components.