@stratio/egeo
Version:
19 lines (11 loc) • 473 B
Markdown
# {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>
```