@@ -44,9 +44,9 @@ Spinners are sized relative to the current font size. To change their size, set
44
44
</div >
45
45
46
46
<div class =" spinner-demo" >
47
- <six-spinner six = " true " ></six-spinner >
48
- <six-spinner id =" medium" six = " true " ></six-spinner >
49
- <six-spinner id =" large" six = " true " ></six-spinner >
47
+ <six-spinner logo = " six " ></six-spinner >
48
+ <six-spinner id =" medium" logo = " six " ></six-spinner >
49
+ <six-spinner id =" large" logo = " six " ></six-spinner >
50
50
</div >
51
51
```
52
52
@@ -80,7 +80,18 @@ Spinner can be configured as animated SIX logo.
80
80
<docs-demo-six-spinner-4 ></docs-demo-six-spinner-4 >
81
81
82
82
``` html
83
- <six-spinner six =" true" ></six-spinner >
83
+ <six-spinner logo =" six" ></six-spinner >
84
+ ```
85
+
86
+
87
+ ### BME Logo
88
+
89
+ Spinner can be configured as animated BME logo.
90
+
91
+ <docs-demo-six-spinner-5 ></docs-demo-six-spinner-5 >
92
+
93
+ ``` html
94
+ <six-spinner logo =" bme" ></six-spinner >
84
95
```
85
96
86
97
@@ -90,17 +101,18 @@ Spinner can be configured as animated SIX logo.
90
101
91
102
## Properties
92
103
93
- | Property | Attribute | Description | Type | Default |
94
- | -------- | --------- | ------------------------------------------------------------------------- | --------- | ------- |
95
- | ` six ` | ` six ` | Indicates if the spinner is shown as animated SIX logo or simple spinner. | ` boolean ` | ` false ` |
104
+ | Property | Attribute | Description | Type | Default |
105
+ | -------- | --------- | --------------------------------------------------------------------------------------------- | ----------------------------- | ----------- |
106
+ | ` logo ` | ` logo ` | Indicates if the spinner is shown as animated SIX or BME logo or a simple spinner. | ` "bme" \| "six" \| undefined ` | ` undefined ` |
107
+ | ` six ` | ` six ` | ** @deprecated ** Use ` logo="six" ` instead. If set to true, the spinner displays the SIX logo. | ` boolean \| undefined ` | ` undefined ` |
96
108
97
109
98
110
## Shadow Parts
99
111
100
112
| Part | Description |
101
113
| -------- | ----------------------------- |
102
114
| ` "base" ` | The component's base wrapper. |
103
- | ` "svg" ` | The spinner icon |
115
+ | ` "svg" ` | The spinner icon. |
104
116
105
117
106
118
## CSS Custom Properties
0 commit comments