Advertisement

Google Ad Slot: content-top

Bootstrap 5 Spinners

~1 min read · Bootstrap
On this page

Spinners in Bootstrap 5 are a flexible component used to indicate loading or ongoing processes in your web application.

Loading...
Example
Try it yourself

Colored Spinners:

Use the Bootstrap color class:

Example
Try it yourself

Spinners Size:

Use the .spinner-border-sm class to change spinner size:

Example
Try it yourself

Grow Spinner :

Use the .spinner-grow class to change spinner/loader:

Example
Try it yourself

Grow Spinner Size:

Use the .spinner-grow-sm class to change spinner size:

Example
Try it yourself