Spinner
A spinner is a circular image like object that is spinning. A common use case for a spinner is to show that an action is going on.
Try the following shortcode examples on your WordPress page and view the page to see it in action.
[bsv-spinner]
[bsv-spinner shape="grow" style="danger" size="large"]
[bsv-spinner shape="grow" button="yes" buttontext="in progress" style="warning"]
[bsv-spinner parameter="value" ...]
Parameter | Description | Default |
---|---|---|
button | Display spinner in a button. Supporteed values:
| no |
buttontext | If displayed in a button, this will be the button text. | no value |
shape | Shape of the spinner. Supported values:
| border |
size | Size of the spinner. Supported values:
This parameter has no effect when button=”yes” | normal |
style | Defines the Bootstrap style. Supported values:
| primary |
Last modified 7mo ago