The spinners component in Bootstrap indicates the time taken for loading a page or any other project. Spinners are built using HTML, CSS, and no JavaScript. It is the most flexible component that indicates the maximum response time for a particular project. 

 

Spinners can be added with the help of customizable alignment, appearance, and sizing. It is accessible using the role=status option and a nested header as <span class="visually-hidden">Loading...yur project</span>. Along with spinners, you can use multiple colors, and also for text colors hitting from utilities. 

 

For Example,

<div class="spinner-border" role="status">

  <span class="visually-hidden">Loading...your project</span>

</div>

 

Subscribe For Daily Updates