Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • showLoader - Programmatically displays the loading indicator over the section content. This action is useful during asynchronous operations to provide visual feedback to users that content is being processed.
  • hideLoader - Programmatically hides the loading indicator when operations are complete. This action should be called after asynchronous operations finish to restore normal section content visibility.
  • Figma: tba
  • Live style guide: https://e1-dev.k8s.myapp.de/live-style-guide/id6/1-data-grid/common/selection

Guidelines

Usage

  • Group related UI elements into a single block using elements.
  • Name the component clearly for maintainability using displayName.

...