Skip to Content

Loading

Standard

Loading indicators should be clear, consistent, and provide feedback to users during data fetching or processing tasks.

Key Points

  • Loading Indicators: Use spinners, progress bars, or skeleton screens to indicate loading status.
  • Consistent Design: Loading indicators should have a consistent design language across the application.1
  • Timeouts: Implement timeouts for loading indicators to prevent indefinite loading states.
  • Error Handling: Provide clear error messages if loading fails, with options to retry or cancel.

Checklist

Loading CheckList
Show Checklist Code
Loading Checklist Code

Footnotes

  1. The component bundle project GitHub .

Last updated on