Example: order processing overlay
Use Loading as a leading icon inside buttons during async actions. Match the spinner color to its surrounding context using Tailwind text color utilities
Don't use Loading as a full-page placeholder — use Skeleton instead. Don't combine multiple Loading spinners in a single view
<svg role="status" aria-label="Loading…"> — screen readers announce the loading statelabel prop allows customizing the accessible name per context (e.g. "Submitting form…")currentColor — inherits contrast from the parent's text color