Javatpoint Logo
Javatpoint Logo

Bootstrap 4 - Spinner/Loader

The Spinners in Bootstrap 4 can be used to indicate the loading state in the web page. Bootstrap 4 also provides various classes for creating different styles of spinners.

The list of those various styles of Spinners:

  1. Bordered Spinner
  2. Spinners with Colors
  3. Spinners that grow
  4. Different Sizes of Spinners
  5. Buttons with Spinners

Border Spinner:

A user can create bordered spinner with the help of .spinner-border class.

The Example for Border Spinner is given below:

Test it Now

The Output will be:

Bootstrap 4 - Spinner

Spinner with Colors:

A user can also create a Colored Spinner. For the purpose of creating colored spinner, a user can change the color of the border spinner with the help of text color utility classes of Bootstrap that has to be used with the .spinner-border. The main advantage of creating spinners with Colors is that, a user can enhance the look of the website by displaying different colors for different types of spinners in a website.

The Example for Colored Spinner is given below:

Test it Now

The Output will be:

Bootstrap 4 - Spinner

Spinners that grow:

In order to create spinners that grow, a user has to use the .spinner-grow class. To create spinners, the user has to put the class .spinner-grow inside <div>.

The Example for Spinners that grow:

Test it Now

The Output will be:

Bootstrap 4 - Spinner

Different Sizes of Spinners:

In Bootstrap 4, a user can modify the size with the help of the classes .spinner-border-sm and .spinner-grow-sm.

The Example for Different Sizes of Spinners:

Test it Now

The Output will be:

Bootstrap 4 - Spinner

Buttons with Spinners:

A user can also add spinners to a button that does not contain text or contain text.

The Example for Buttons with Spinners:

Test it Now

The Output will be:

Bootstrap 4 - Spinner
Next TopicBootstrap 4 Badges





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA