Skip to content

Elements:Spinners

Border Spinners

Bootstrap "spinners" can be used to show the loading state in your projects. They're built only with HTML and CSS, meaning you don't need any JavaScript to create them. You will, however, need some custom JavaScript to toggle their visibility. Their appearance, alignment, and sizing can be easily customized with our amazing utility classes.

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
<div class="spinner-border text-primary" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-secondary" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-success" 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-warning" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-info" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-light" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-dark" role="status"> <span class="visually-hidden">Loading...</span>
</div>

Growing spinner

If you don't fancy a border spinner, switch to the grow spinner. While it doesn't technically spin, it does repeatedly grow!

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
<div class="spinner-grow text-primary" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow text-secondary" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow text-success" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow text-danger" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow text-warning" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow text-info" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow text-light" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow text-dark" role="status"> <span class="visually-hidden">Loading...</span>
</div>

Size

Add .spinner-border-sm and .spinner-grow-sm to make a smaller spinner that can quickly be used within other components.

Loading...
Loading...
<div class="spinner-border spinner-border-sm" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow spinner-grow-sm" role="status"> <span class="visually-hidden">Loading...</span>
</div>

Loading...
Loading...
<div class="spinner-border" style="width: 3rem; height: 3rem;" role="status"> <span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-grow" style="width: 3rem; height: 3rem;" role="status"> <span class="visually-hidden">Loading...</span>
</div>

Buttons

Use spinners within buttons to indicate an action is currently processing or taking place. You may also swap the text out of the spinner element and utilize button text as needed.

<button class="btn btn-primary" type="button" disabled> <span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> <span class="visually-hidden">Loading...</span>
</button>
<button class="btn btn-primary" type="button" disabled> <span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> Loading...
</button>

<button class="btn btn-primary" type="button" disabled> <span class="spinner-grow spinner-grow-sm" role="status" aria-hidden="true"></span> <span class="visually-hidden">Loading...</span>
</button>
<button class="btn btn-primary" type="button" disabled> <span class="spinner-grow spinner-grow-sm" role="status" aria-hidden="true"></span> Loading...
</button>

Awesome Features

Beginner + developer friendly
Free Lifetime Upgrades
Fully Responsive
About Us

Making the web a prettier place one template at a time! We make beautiful, quality, responsive Drupal & web templates!

Find out more
Contact Us

019223 8092344

info@themelize.me

Sunshine House, Sunville. SUN12 8LU.

Colour Options

AppStrap comes with 11 pre-defined colour options which are shown below.

You can easily switch colours doing one of the following:

  1. via the config colourScheme option
  2. or via ./src/scss/_variables.scss defining a preset colour or by defining your own.


Cookies are NOT enabled so colour selection is not persistent.

To main homepage

To admin homepage

To intro page