# {TITLE} (Component)

   SpinnerThis component shows a spinner when something is being loaded

## Inputs

| Property | Type   | Req   | Description                                           | Default   |
| -------- | ------ | ----- | ----------------------------------------------------- | --------- |
| theme    | String | False | Name of the spinner theme. By default it is 'primary' | 'primary' |

## Example


```html
<st-spinner theme="secondary">
</st-spinner>
```

