Components

Loading

Loading — an inline, self-animating indicator that signals a short, indefinite wait (fetching a folio, confirming a reservation). Drop it wherever content is pending; pick a `variant` for the shape, a `size` to match the surrounding type, and an optional `tone` to color it — otherwise it inherits the current text color. It carries `role="status"` and an `aria-label` so screen readers announce the wait; keep that label short and specific. For a wait tied to a button press, prefer the Button `loading` prop; reach for Loading when the spinner stands on its own.