Page History
...
- 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.
Links
- Figma: tba
- Live style guide: tba
Guidelines
Usage
- Group related UI elements into a single block using
elements. - Name the component clearly for maintainability using
displayName.
...