How do we enable a Spinner while user waiting on UI wile data to be rendered get fetched from an API call
1 comentario
You can show the spinner in your custom Lightning component by utilizing the lightning:spinner base component. You can user aura:if or utility classes to show/hide the spinner.
https://developer.salesforce.com/docs/component-library/bundle/lightning:spinner/example