Spinners
Indicate the loading state of a component or page with Bootstrap spinners, built entirely with HTML, CSS, and no JavaScript.
Key Features
Customization Options
Usage:
{% include 'radix:spinner' with {
html_tag: 'div',
type: 'border',
color: 'primary',
size: 'sm',
hidden_status: false,
spinner_utility_classes: ['custom-spinner'],
content: 'Loading...'
} %}Last updated