Skip to main content
Components have three customizable states that you can override to match your application’s design:
  1. Loading state: Shown while data is being fetched
  2. Error state: Displayed when an error occurs
  3. Empty state: Appears when no data is available
You can customize these states globally for all components using ThemeProvider:
You can also customize these states for individual components using the renderLoader, errorFallback, and renderEmpty props: