> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/lewe-bootstrap-visuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/lewe-bootstrap-visuals/shortcodes/spinner.md).

# 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.

## Examples

{% code overflow="wrap" %}

```
[bsv-spinner]
```

{% endcode %}

{% code overflow="wrap" %}

```
[bsv-spinner shape="grow" style="danger" size="large"]
```

{% endcode %}

{% code overflow="wrap" %}

```
[bsv-spinner shape="grow" button="yes" buttontext="in progress" style="warning"]
```

{% endcode %}

## Format

```
[bsv-spinner parameter="value" ...]
```

## Parameters

| Parameter  | Description                                                                                                                                                                             | Default    |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| button     | <p>Display spinner in a button. Supporteed values:</p><ul><li>no</li><li>yes</li></ul>                                                                                                  | no         |
| buttontext | If displayed in a button, this will be the button text.                                                                                                                                 | *no value* |
| shape      | <p>Shape of the spinner. Supported values:</p><ul><li>border</li><li>grow</li></ul>                                                                                                     | border     |
| size       | <p>Size of the spinner. Supported values:</p><ul><li>small</li><li>normal</li><li>medium</li><li>large</li></ul><p>This parameter has no effect when button=”yes”</p>                   | normal     |
| style      | <p>Defines the Bootstrap style. Supported values:</p><ul><li>danger</li><li>dark</li><li>info</li><li>light</li><li>primary</li><li>secondary</li><li>success</li><li>warning</li></ul> | primary    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lewe.gitbook.io/lewe-bootstrap-visuals/shortcodes/spinner.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
