Spinner
A spinning animation that indicates loading.
This is a pass through component from React-Bootstrap.
See React-Bootstrap for documentation.
Basic Usage
Color Variants
Theme Variables (SCSS)#
// Spinners$spinner-width: 2rem !default;$spinner-height: $spinner-width !default;$spinner-border-width: .25em !default;$spinner-width-sm: 1rem !default;$spinner-height-sm: $spinner-width-sm !default;$spinner-border-width-sm: .2em !default;
Spinner Props API
- className
string
Specifies the class name for the component.
- screenReaderText
node
Specifies the screen reader content for a11y.