The border spinner usescurrentColor
for itsborder-color
, meaning you can customize the color withtext color utilities. You can use any of our text color utilities on the standard spinner.
If you don’t fancy a border spinner, switch to the grow spinner. While it doesn’t technically spin, it does repeatedly grow!
Once again, this spinner is built withcurrentColor
, so you can easily change its appearance withtext color utilities. Here it is in blue, along with the supported variants.
Spinners in Bootstrap are built withrem
s,currentColor
, anddisplay: inline-flex
. This means they can easily be resized, recolored, and quickly aligned.
Usemargin utilities like.m-5
for easy spacing.
Useflexbox utilities,float utilities, ortext alignment utilities to place spinners exactly where you need them in any situation.