When loading dynamic content, use the .spinner
element to let the user know content is being loaded. The spinner will display when one of it’s ancestors has the is-loading
class.
<div class="is-loading u-text-center"> <span class="spinner"></span> </div>