We couldn’t find anything that matched your searched term

  • PAGES

  • COMPONENTS

  • Brand guidelines

  • Insights

Documentation

Components

Indicate the loading state of a component or page.

Example
Loading...
Loading...
Loading...
<div class="spinner-border text-primary" role="status">
  <span class="visually-hidden">Loading...</span>
</div>
 
<div class="spinner-border text-danger" role="status">
  <span class="visually-hidden">Loading...</span>
</div>
 
<div class="spinner-border text-light" role="status">
  <span class="visually-hidden">Loading...</span>
</div>